diff --git a/progit/templates/admin_index.html b/progit/templates/admin_index.html index 75f9c51..73447b5 100644 --- a/progit/templates/admin_index.html +++ b/progit/templates/admin_index.html @@ -19,6 +19,13 @@ Re-generate ssh authorized_key file +{% if config['PROGIT_AUTH'] == 'local' %} +
  • + + Groups/Users management + +
  • +{% endif %} {% endblock %}