From 8f4868fdab8553b853d745dd1305886da06a9e50 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Thu, 15 May 2014 22:19:13 +0200 Subject: Fixed error in template. --- pyaggr3g470r/templates/admin/dashboard.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyaggr3g470r/templates') diff --git a/pyaggr3g470r/templates/admin/dashboard.html b/pyaggr3g470r/templates/admin/dashboard.html index 147edf49..6169476c 100644 --- a/pyaggr3g470r/templates/admin/dashboard.html +++ b/pyaggr3g470r/templates/admin/dashboard.html @@ -18,7 +18,7 @@ {% for user in users|sort(attribute="nickname") %} {{ loop.index }} - {{ user.nickname }}{{ if user.id == current_user.id }} (It's you!){{ endif }} + {{ user.nickname }}{% if user.id == current_user.id %} (It's you!){% endif %} {{ user.email }} -- cgit