summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'python/templates/registration/password_change_form.html')
-rw-r--r--python/templates/registration/password_change_form.html13
1 files changed, 0 insertions, 13 deletions
diff --git a/python/templates/registration/password_change_form.html b/python/templates/registration/password_change_form.html
deleted file mode 100644
index 7761fe4..0000000
--- a/python/templates/registration/password_change_form.html
+++ /dev/null
@@ -1,13 +0,0 @@
-{% extends 'layout/base.html' %}
-
-{% block title %}Change you password{% endblock %}
-
-{% block content %}
- <h1>Change you password</h1>
- <p>Use the form below to change your password.</p>
- <form action="." method="post">
- {{ form.as_p }}
- <p><input type="submit" value="Change"></p>
- {% csrf_token %}
- </form>
-{% endblock %}