From cc0afe822830f5ce47117827b3de46ccb44867e7 Mon Sep 17 00:00:00 2001 From: farhaanbukhsh Date: Dec 17 2015 06:59:40 +0000 Subject: Add a Create User link for local auth --- diff --git a/pagure/templates/user_list.html b/pagure/templates/user_list.html index 616a1ab..d01c8ba 100644 --- a/pagure/templates/user_list.html +++ b/pagure/templates/user_list.html @@ -1,5 +1,4 @@ {% extends "master.html" %} - {% block title %}Users{% endblock %} {%block tag %}users{% endblock %} @@ -8,6 +7,10 @@

Users

+{% if config.get('PAGURE_AUTH') == 'local' %} +Create User +{% endif %} + {% if total_page and total_page > 1 %}