summaryrefslogtreecommitdiff
path: root/ishtar/templates/registration/password_reset_complete.html
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar/templates/registration/password_reset_complete.html')
-rw-r--r--ishtar/templates/registration/password_reset_complete.html10
1 files changed, 0 insertions, 10 deletions
diff --git a/ishtar/templates/registration/password_reset_complete.html b/ishtar/templates/registration/password_reset_complete.html
deleted file mode 100644
index dfa3ce682..000000000
--- a/ishtar/templates/registration/password_reset_complete.html
+++ /dev/null
@@ -1,10 +0,0 @@
-{% extends "base.html" %}
-{% 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 %}