diff options
Diffstat (limited to 'ihatemoney/templates/password_reminder.html')
| -rw-r--r-- | ihatemoney/templates/password_reminder.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ihatemoney/templates/password_reminder.html b/ihatemoney/templates/password_reminder.html new file mode 100644 index 0000000..8f46289 --- /dev/null +++ b/ihatemoney/templates/password_reminder.html @@ -0,0 +1,8 @@ +{% extends "layout.html" %} + +{% block content %} +<h2>{{ _("Password reminder") }}</h2> +<form class="form-horizontal" method="post"> +{{ forms.remind_password(form) }} +</form> +{% endblock %} |
