diff --git a/nsupdate/login/templates/logout.html b/nsupdate/login/templates/logout.html index d831964..d24bdbf 100644 --- a/nsupdate/login/templates/logout.html +++ b/nsupdate/login/templates/logout.html @@ -1,6 +1,7 @@ {% extends "base.html" %} {% load i18n %}{% load bootstrap %} {% block title %}{% trans "Log out" %}{% endblock %} + {% block content %}
diff --git a/nsupdate/login/templates/password_reset_complete.html b/nsupdate/login/templates/password_reset_complete.html index 8d5932c..9b38101 100644 --- a/nsupdate/login/templates/password_reset_complete.html +++ b/nsupdate/login/templates/password_reset_complete.html @@ -4,8 +4,6 @@ {% block content %}

{% trans 'Password reset complete' %}

-

{% trans "Your password has been set. You may go ahead and log in now." %}

-

{% endblock %} diff --git a/nsupdate/login/templates/password_reset_confirm.html b/nsupdate/login/templates/password_reset_confirm.html index ceee98b..c0ab851 100644 --- a/nsupdate/login/templates/password_reset_confirm.html +++ b/nsupdate/login/templates/password_reset_confirm.html @@ -4,28 +4,21 @@ {% block content %} {% if validlink %} - -

{% trans 'Enter new password' %}

- -

{% trans "Please enter your new password twice so we can verify you typed it in correctly." %}

- -
- {% csrf_token %} - {{ form|bootstrap_horizontal }} -
-
- +

{% trans 'Enter new password' %}

+

{% trans "Please enter your new password twice so we can verify you typed it in correctly." %}

+ + {% csrf_token %} + {{ form|bootstrap_horizontal }} +
+
+ +
-
- - - + + {% else %} - -

{% trans 'Password reset unsuccessful' %}

- -

{% trans "The password reset link was invalid, possibly because it has already been used. Please request a new password reset." %}

- +

{% trans 'Password reset unsuccessful' %}

+

{% trans "The password reset link was invalid, possibly because it has already been used. Please request a new password reset." %}

{% endif %} {% endblock %} diff --git a/nsupdate/login/templates/password_reset_done.html b/nsupdate/login/templates/password_reset_done.html index ed495a2..ccf3621 100644 --- a/nsupdate/login/templates/password_reset_done.html +++ b/nsupdate/login/templates/password_reset_done.html @@ -4,8 +4,6 @@ {% block content %}

{% trans 'Password reset successful' %}

-

{% trans "We've emailed you instructions for setting your password. You should be receiving them shortly." %}

-

{% trans "If you don't receive an email, please make sure you've entered the address you registered with, and check your spam folder." %}

{% endblock %}