diff options
Diffstat (limited to 'ishtar/templates/registration/password_reset_done.html')
| -rw-r--r-- | ishtar/templates/registration/password_reset_done.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ishtar/templates/registration/password_reset_done.html b/ishtar/templates/registration/password_reset_done.html index 6057ccbe1..cc7d9b40e 100644 --- a/ishtar/templates/registration/password_reset_done.html +++ b/ishtar/templates/registration/password_reset_done.html @@ -2,5 +2,7 @@ {% load i18n %} {% block content %} +<div class='info'> <p>{% trans "Email with password reset instructions has been sent." %}</p> +</div> {% endblock %} |
