summaryrefslogtreecommitdiff
path: root/ishtar/templates/registration/password_reset_email.html
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar/templates/registration/password_reset_email.html')
-rw-r--r--ishtar/templates/registration/password_reset_email.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/ishtar/templates/registration/password_reset_email.html b/ishtar/templates/registration/password_reset_email.html
deleted file mode 100644
index a55c86958..000000000
--- a/ishtar/templates/registration/password_reset_email.html
+++ /dev/null
@@ -1,5 +0,0 @@
-{% load i18n %}
-{% blocktrans %}Reset password at {{ site_name }}{% endblocktrans %}:
-{% block reset_link %}
-{{ protocol }}://{{ domain }}{% url auth_password_reset_confirm uidb36=uid, token=token %}
-{% endblock %}