summaryrefslogtreecommitdiff
path: root/ishtar/templates/registration/password_reset_form.html
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar/templates/registration/password_reset_form.html')
-rw-r--r--ishtar/templates/registration/password_reset_form.html15
1 files changed, 0 insertions, 15 deletions
diff --git a/ishtar/templates/registration/password_reset_form.html b/ishtar/templates/registration/password_reset_form.html
deleted file mode 100644
index d6fad7a0a..000000000
--- a/ishtar/templates/registration/password_reset_form.html
+++ /dev/null
@@ -1,15 +0,0 @@
-{% extends "base.html" %}
-{% load i18n %}
-
-{% block content %}
-<div class='form'>
-<form method="post" action=".">{% csrf_token %}
- <caption>{% trans "Reset password" %}</caption>
- <table>
- {{ form.as_table }}
-
- <tr><td colspan='2'><input type="submit" value="{% trans 'Submit' %}" /></td></tr>
- </table>
-</form>
-</div>
-{% endblock %}