aboutsummaryrefslogtreecommitdiffstats
path: root/templates/registration/password_reset_form.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/registration/password_reset_form.html')
-rw-r--r--templates/registration/password_reset_form.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/registration/password_reset_form.html b/templates/registration/password_reset_form.html
new file mode 100644
index 0000000..d0d6250
--- /dev/null
+++ b/templates/registration/password_reset_form.html
@@ -0,0 +1,10 @@
+{% extends 'registration/base_simple.html' %}
+
+{% block content %}
+ <h3>Forgot password</h3>
+ <form method="post">
+ {% csrf_token %}
+ {{ form.as_p }}
+ <button type="submit">Submit</button>
+ </form>
+{% endblock %} \ No newline at end of file