From abd8facd80bfd4b4d600d8b38921ff819c9806a0 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 30 Nov 2014 18:30:41 +0100 Subject: Minor changes to the layout. --- pyaggr3g470r/templates/recover.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'pyaggr3g470r/templates/recover.html') diff --git a/pyaggr3g470r/templates/recover.html b/pyaggr3g470r/templates/recover.html index 8e690bdb..1098ffef 100644 --- a/pyaggr3g470r/templates/recover.html +++ b/pyaggr3g470r/templates/recover.html @@ -3,19 +3,15 @@

{{ _('Recover your account') }}

- {% for message in form.email.errors %}
{{ message }}
{% endfor %} -
{{ form.hidden_tag() }} -
{{ form.email(class_="form-control", placeholder=_('Your email')) }}
- - {{ form.submit(class_="btn") }} + {{ form.submit(class_="btn btn-default") }}
-- cgit