diff --git a/pagure/templates/user_list.html b/pagure/templates/user_list.html
index 93aa608..5bf65b0 100644
--- a/pagure/templates/user_list.html
+++ b/pagure/templates/user_list.html
@@ -11,63 +11,62 @@
{% block content %}
-
-
- {% if total_page and total_page > 1 %}
-
- {% endif %}
-
+
+ {% if total_page and total_page > 1 %}
+
+ {% endif %}
-
+
- Users {{ users_length }}
- {%- if authenticated and config.get('PAGURE_AUTH') == 'local' %}
-
-
-
- {% endif -%}
+ Users {{ users_length }}
+ {%- if authenticated and config.get('PAGURE_AUTH') == 'local' %}
+
+
+
+ {% endif -%}
{% for user in users %}
-