diff --git a/src/postorius/templates/postorius/login.html b/src/postorius/templates/postorius/login.html index d9c4999..5db5ddf 100644 --- a/src/postorius/templates/postorius/login.html +++ b/src/postorius/templates/postorius/login.html @@ -9,46 +9,54 @@ {% endblock %} {% block main %} - {% browserid_info %} -
-

{% trans 'Login with username and password or with Mozilla Persona' %}

-
-
-
-
- {% csrf_token %} - {% if form.non_field_errors %} -
{{ form.non_field_errors }}
- {% endif %} - {% for field in form %} - {% if field.errors %} -
{{ field.errors }}
- {% endif %} -
- - {{ field|add_form_control }} -
- {% endfor %} - -
+ + + +
+
+
+ {% csrf_token %} + {% if form.non_field_errors %} +
{{ form.non_field_errors }}
+ {% endif %} + {% for field in form %} + {% if field.errors %} +
{{ field.errors }}
+ {% endif %} +
+ +
+ {{ field|add_form_control }} +
+
+ {% endfor %} +
+
+ +
- -
+ +
+