From bdb8818e04d752eb5d570d9d495e1a7932c31181 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Mon, 5 May 2014 08:38:30 +0200 Subject: Added a link to the home to let the user request form an account. --- pyaggr3g470r/templates/login.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pyaggr3g470r/templates/login.html') diff --git a/pyaggr3g470r/templates/login.html b/pyaggr3g470r/templates/login.html index 4f3b6c87..689b259f 100644 --- a/pyaggr3g470r/templates/login.html +++ b/pyaggr3g470r/templates/login.html @@ -26,5 +26,8 @@ {{ form.submit(class_="btn") }} + {% if email != '' %} +

{{ _('Request an account.') }}

+ {% endif %} {% endblock %} \ No newline at end of file -- cgit