diff --git a/src/accounts/templates/accounts/register.html b/src/accounts/templates/accounts/register.html index 7b39bf5..0382b3d 100644 --- a/src/accounts/templates/accounts/register.html +++ b/src/accounts/templates/accounts/register.html @@ -2,42 +2,40 @@ {% block content %} {% load i18n %}
-
-
-
-

Register

-
-
-
- {% if registered %} -

{% trans "Welcome !" %}

- {% trans "Your account has been created." %} - {% else %} - {% if registered_failed %} - {{ registered_failed }} - {% endif %} -
- {% csrf_token %} -
-
-
-
-
- -
-
- {% endif %} -
-
-
- -
- +
+
+
+

Register

+
+
+
+ {% if registered %} +

{% trans "Welcome !" %}

+ {% trans "Your account has been created." %} + {% else %} + {% if registered_failed %} + {{ registered_failed }} + {% endif %} +
+ {% csrf_token %} +
+
+
+
+
+ +
+
+ {% endif %} +
+
+
+
+
{% endblock %} -