diff --git a/users/templates/list_users.html b/users/templates/list_users.html index fc15825..dc336a2 100644 --- a/users/templates/list_users.html +++ b/users/templates/list_users.html @@ -24,6 +24,16 @@ {% endblock %} {% block content %} + {% if messages %} + {% for message in messages %} + + {% endfor %} + {% endif %}
-- libgit2 0.21.2