From 2e5a241777ef0bb0d76420d39bf3be41e16e042a Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Thu, 18 Feb 2016 08:59:13 +0100 Subject: New management of the token for the account confirmation. --- src/web/templates/admin/dashboard.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/web/templates/admin/dashboard.html') diff --git a/src/web/templates/admin/dashboard.html b/src/web/templates/admin/dashboard.html index 22e82349..57b20bb5 100644 --- a/src/web/templates/admin/dashboard.html +++ b/src/web/templates/admin/dashboard.html @@ -18,7 +18,7 @@ {% for user in users|sort(attribute="last_seen")|reverse %} - + {{ loop.index }} {{ user.nickname }}{% if user.id == current_user.id %} (It's you!){% endif %} {{ user.email }} @@ -28,7 +28,7 @@ {% if user.id != current_user.id %} - {% if user.activation_key == "" %} + {% if user.enabled %} {% else %} -- cgit