aboutsummaryrefslogtreecommitdiff
path: root/budget/templates/password_reminder.html
diff options
context:
space:
mode:
Diffstat (limited to 'budget/templates/password_reminder.html')
-rw-r--r--budget/templates/password_reminder.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/budget/templates/password_reminder.html b/budget/templates/password_reminder.html
new file mode 100644
index 0000000..0110cb8
--- /dev/null
+++ b/budget/templates/password_reminder.html
@@ -0,0 +1,8 @@
+{% extends "layout.html" %}
+
+{% block content %}
+<h2>Password reminder</h2>
+<form method="post">
+{{ forms.remind_password(form) }}
+</form>
+{% endblock %}