From 8bb1378d6f8f24429d8fb80d382ec3557448b246 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Oct 08 2014 14:39:48 +0000 Subject: If the auth choose is local, display the pages to manage groups/users --- 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 %}