diff options
Diffstat (limited to 'ishtar_common/templates/registration/password_change_done.html')
-rw-r--r-- | ishtar_common/templates/registration/password_change_done.html | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ishtar_common/templates/registration/password_change_done.html b/ishtar_common/templates/registration/password_change_done.html deleted file mode 100644 index 9d442360c..000000000 --- a/ishtar_common/templates/registration/password_change_done.html +++ /dev/null @@ -1,8 +0,0 @@ -{% extends "base.html" %} -{% load i18n %} - -{% block content %} -<div class='info'> -<p>{% trans "Password changed" %}</p> -</div> -{% endblock %} |