ihatemoney/ihatemoney/templates/password_reminder_sent.html
2019-09-16 20:55:20 +02:00

10 lines
198 B
HTML

{% extends "layout.html" %}
{% block content %}
<h2>{{ _(title) }}</h2>
<p>
{{message}}
</p>
<a class="btn btn-primary" href="{{ url_for('.home')}}">Return to home page</a>
{% endblock %}