diff options
Diffstat (limited to 'ihatemoney/templates')
| -rw-r--r-- | ihatemoney/templates/password_reminder_sent.html (renamed from ihatemoney/templates/display_message.html) | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ihatemoney/templates/display_message.html b/ihatemoney/templates/password_reminder_sent.html index 37be42a..e424c54 100644 --- a/ihatemoney/templates/display_message.html +++ b/ihatemoney/templates/password_reminder_sent.html @@ -5,4 +5,6 @@ <p> {{message}} </p> +<a class="btn btn-primary" href="{{ url_for('.home')}}">Return to home page</a> + {% endblock %} |
