From 4316032861124d673ae6534f4b144b89d0c28e04 Mon Sep 17 00:00:00 2001 From: ailsoncgt Date: Fri, 23 Sep 2016 08:10:46 -0300 Subject: [PATCH] Message in template #55 --- users/templates/list_users.html | 10 ++++++++++ 1 file changed, 10 insertions(+), 0 deletions(-) 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