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 %} - -