diff --git a/users/templates/users/forgot_password.html b/users/templates/users/forgot_password.html index 4755200..b4279eb 100644 --- a/users/templates/users/forgot_password.html +++ b/users/templates/users/forgot_password.html @@ -14,14 +14,13 @@ {% block content %}
-
-
- -
-
+
+ +
+
-
+
{% if messages %} {% for message in messages %} {% endfor %} {% endif %} +
-
-

{% trans 'Forgot Password' %}

+
+

{% trans 'Forgot Password' %}

{% trans 'Enter your email below (the one used to access the platform) to recover your password' %}

@@ -44,16 +44,19 @@
{% csrf_token %} {% for field in form %} -
+
{% if field.field.required %} {% else %} {% endif %} - {% render_field field class='form-control' %} - {{ field.help_text }} - {% if field.errors %} + + {% render_field field class='form-control' %} + + {{ field.help_text }} + + {% if field.errors %} - +
+
+ +
+ +
diff --git a/users/templates/users/new_password.html b/users/templates/users/new_password.html index 3aa43ab..34246e8 100644 --- a/users/templates/users/new_password.html +++ b/users/templates/users/new_password.html @@ -14,14 +14,13 @@ {% block content %}
-
-
- -
-
+
+ +
+
-
+
{% if messages %} {% for message in messages %} {% endfor %} {% endif %} +
-
-

{% trans 'Set new password' %}

+
+

{% trans 'Set new password' %}

{% csrf_token %} {% for field in form %} -
+
{% if field.field.required %} {% else %} {% endif %} + {% render_field field class='form-control' %} - {{ field.help_text }} - {% if field.errors %} + + {{ field.help_text }} + + {% if field.errors %} - +
+
+ +
+ +
-- libgit2 0.21.2