aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney/templates/404.html
diff options
context:
space:
mode:
Diffstat (limited to 'ihatemoney/templates/404.html')
-rw-r--r--ihatemoney/templates/404.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/ihatemoney/templates/404.html b/ihatemoney/templates/404.html
new file mode 100644
index 0000000..7e282c2
--- /dev/null
+++ b/ihatemoney/templates/404.html
@@ -0,0 +1,13 @@
+{% extends "layout.html" %}
+
+{% block body %}
+ <header id="header" class="row">
+ <div class="col-xs-12 col-sm-5 offset-md-2">
+ <h2>{{ _("Sorry, we were unable to find the page you've asked for.") }}</h2>
+ </div>
+ </header>
+ <main class="row home">
+ <div class="col-xs-12 col-sm-5 col-md-4 offset-md-2">
+ <a href='{{ url_for("main.home") }}'>{{ _("The best thing to do is probably to get back to the main page.")}}</a>
+ </div>
+{% endblock %}