diff options
Diffstat (limited to 'ihatemoney/templates/password_reminder_sent.html')
| -rw-r--r-- | ihatemoney/templates/password_reminder_sent.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ihatemoney/templates/password_reminder_sent.html b/ihatemoney/templates/password_reminder_sent.html index e424c54..578a7ef 100644 --- a/ihatemoney/templates/password_reminder_sent.html +++ b/ihatemoney/templates/password_reminder_sent.html @@ -1,10 +1,10 @@ {% extends "layout.html" %} {% block content %} -<h2>{{ _(title) }}</h2> +<h2>{{ _("Password reminder") }}</h2> <p> - {{message}} + {{ _("A link to reset your password has been sent to you, please check your emails.") }} </p> -<a class="btn btn-primary" href="{{ url_for('.home')}}">Return to home page</a> - +<a class="btn btn-primary" href="{{ url_for('.home')}}">{{ _('Return to home page') }}</a> + {% endblock %} |
