diff options
| author | Étienne Loks <etienne.loks@peacefrogs.net> | 2010-12-27 11:17:23 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2010-12-27 11:17:23 +0100 |
| commit | 4ef30028593ab05d25bcc446aa79ca61383c4a18 (patch) | |
| tree | a5c2820752af8fd007ba5b01436f708eb907297d /ishtar/templates/registration/password_reset_complete.html | |
| parent | 4eb251214a9751ca53cbabb0fac5fef1ba7f7122 (diff) | |
| download | Ishtar-4ef30028593ab05d25bcc446aa79ca61383c4a18.tar.bz2 Ishtar-4ef30028593ab05d25bcc446aa79ca61383c4a18.zip | |
Work on general presentation
Diffstat (limited to 'ishtar/templates/registration/password_reset_complete.html')
| -rw-r--r-- | ishtar/templates/registration/password_reset_complete.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ishtar/templates/registration/password_reset_complete.html b/ishtar/templates/registration/password_reset_complete.html index ef3637c70..dfa3ce682 100644 --- a/ishtar/templates/registration/password_reset_complete.html +++ b/ishtar/templates/registration/password_reset_complete.html @@ -2,9 +2,9 @@ {% load i18n %} {% block content %} - +<div class='info'> <p>{% trans "Password reset successfully" %}</p> <p><a href="{% url auth_login %}">{% trans "Log in" %}</a></p> - +</div> {% endblock %} |
