diff --git a/core/static/css/base/amadeus.css b/core/static/css/base/amadeus.css index 83b00e9..2cb6c7e 100644 --- a/core/static/css/base/amadeus.css +++ b/core/static/css/base/amadeus.css @@ -359,4 +359,9 @@ ul, li { .block-register-inline{ float: left; display: inline-block; +} + +/* core/reset_password.html classes*/ +.send-reset-email{ + float: right; } \ No newline at end of file diff --git a/core/templates/registration/passwor_reset_done.html b/core/templates/registration/passwor_reset_done.html index 0d9ef51..825c6ea 100644 --- a/core/templates/registration/passwor_reset_done.html +++ b/core/templates/registration/passwor_reset_done.html @@ -1,35 +1,51 @@ {% extends "index.html" %} {% load i18n static %} +{% block content%} -{% block content %} - -
-
-
-
-
-
- logo amadeus -
-
+
+
+
+
-
-
-
-
-
-
-
- {% csrf_token %} -
-

{% trans "We have sent instructions to set up your password, if an account exists with the email entered. You should receive them soon." %}

-

{% trans "If you do not receive an email, please make sure you entered the address you registered, and check the spam folder." %}

-
-
+
+
+
+
+ {% if success %} + + {% elif danger %} + + {% endif %} +
+
+
+
+ {% csrf_token %} +
+

{% trans "We have sent instructions to set up your password, if an account exists with the email entered. You should receive them soon." %}

+

{% trans "If you do not receive an email, please make sure you entered the address you registered, and check the spam folder." %}

+
+
-
+
+
- -{% endblock %} +
+{% endblock content %} diff --git a/core/templates/registration/passwor_reset_form.html b/core/templates/registration/passwor_reset_form.html index 8dfe5bf..7b713b4 100644 --- a/core/templates/registration/passwor_reset_form.html +++ b/core/templates/registration/passwor_reset_form.html @@ -2,57 +2,53 @@ {% load i18n static %} {% block content%} -
-
-
-
-
-
- logo amadeus -
-
-
-
-
-
- {% if success %} - - {% elif danger %} - - {% endif %} -
-
-
-
- {% csrf_token %} -
- - -
-
- - -
-
-
-
-
+
+
+
+ +
+
+
+
+
+ {% if success %} + + {% elif danger %} + + {% endif %} +
+
+
+
+ {% csrf_token %} +
+ + +
+
+ +
+ +
+
- +
{% endblock content %} -- libgit2 0.21.2