aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney/templates/password_reminder_sent.html
diff options
context:
space:
mode:
Diffstat (limited to 'ihatemoney/templates/password_reminder_sent.html')
-rw-r--r--ihatemoney/templates/password_reminder_sent.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/ihatemoney/templates/password_reminder_sent.html b/ihatemoney/templates/password_reminder_sent.html
new file mode 100644
index 0000000..e424c54
--- /dev/null
+++ b/ihatemoney/templates/password_reminder_sent.html
@@ -0,0 +1,10 @@
+{% 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 %}