From 31af1c26fd1b6adb6f35363bea5c9e665a71d4fb Mon Sep 17 00:00:00 2001 From: Stefano Date: Thu, 14 Sep 2017 11:23:05 +0200 Subject: [PATCH] Fix user list template --- templates/user/list.htm | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/templates/user/list.htm b/templates/user/list.htm index 51a93e7..12ce1e8 100644 --- a/templates/user/list.htm +++ b/templates/user/list.htm @@ -14,12 +14,11 @@ Nome utente Elimina - - - {% for utente in utenti %} + {% for utente in utenti %} + {{ utente.username }} {% if utenti|length >= 2 and utente.username != user %}{% endif %} - {% endfor %} - + + {% endfor %} {% endblock %}