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.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/budget/templates/password_reminder.html b/budget/templates/password_reminder.html
index 0110cb8..89e399e 100644
--- a/budget/templates/password_reminder.html
+++ b/budget/templates/password_reminder.html
@@ -1,7 +1,7 @@
{% extends "layout.html" %}
{% block content %}
-<h2>Password reminder</h2>
+<h2>{{ _("Password reminder") }}</h2>
<form method="post">
{{ forms.remind_password(form) }}
</form>