From a14da171a0cd3f5023e97b6b36e6f8edee91376e Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Thu, 15 May 2014 07:12:06 +0200 Subject: test account activation by admin. --- pyaggr3g470r/templates/admin/dashboard.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pyaggr3g470r/templates/admin/dashboard.html') diff --git a/pyaggr3g470r/templates/admin/dashboard.html b/pyaggr3g470r/templates/admin/dashboard.html index 4e60ad1d..2a158df9 100644 --- a/pyaggr3g470r/templates/admin/dashboard.html +++ b/pyaggr3g470r/templates/admin/dashboard.html @@ -23,6 +23,11 @@ + {% if user.apikey == "" %} + + {% else %} + + {% endif %} -- cgit