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, 0 insertions, 8 deletions
diff --git a/budget/templates/password_reminder.html b/budget/templates/password_reminder.html
deleted file mode 100644
index 8f46289..0000000
--- a/budget/templates/password_reminder.html
+++ /dev/null
@@ -1,8 +0,0 @@
-{% extends "layout.html" %}
-
-{% block content %}
-<h2>{{ _("Password reminder") }}</h2>
-<form class="form-horizontal" method="post">
-{{ forms.remind_password(form) }}
-</form>
-{% endblock %}