summaryrefslogtreecommitdiff
path: root/talerbank/app/templates/404.html
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-02-20 18:22:02 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2019-02-20 18:22:02 +0100
commitb0f991315d198efe5d64b749528eb97772db160a (patch)
treeb55eb9cd6ef5d3976e6b9857630b307d7ac02d7c /talerbank/app/templates/404.html
parent0f26c7613554ceb5aa588bc2b031ec1a4b836fa2 (diff)
downloadbank-b0f991315d198efe5d64b749528eb97772db160a.tar.gz
bank-b0f991315d198efe5d64b749528eb97772db160a.tar.bz2
bank-b0f991315d198efe5d64b749528eb97772db160a.zip
Custom 404 page.
Diffstat (limited to 'talerbank/app/templates/404.html')
-rw-r--r--talerbank/app/templates/404.html33
1 files changed, 33 insertions, 0 deletions
diff --git a/talerbank/app/templates/404.html b/talerbank/app/templates/404.html
new file mode 100644
index 0000000..305487c
--- /dev/null
+++ b/talerbank/app/templates/404.html
@@ -0,0 +1,33 @@
+<!DOCTYPE html>
+<!--
+ This file is part of GNU TALER.
+ Copyright (C) 2014, 2015, 2016 INRIA
+
+ TALER is free software; you can redistribute it and/or modify it under the
+ terms of the GNU Lesser General Public License as published by the Free Software
+ Foundation; either version 2.1, or (at your option) any later version.
+
+ TALER is distributed in the hope that it will be useful, but WITHOUT ANY
+ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
+ A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public License along with
+ TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
+
+ @author Marcello Stanisci
+ @author Florian Dold
+-->
+{% extends "base.html" %}
+
+{% block headermsg %}
+ <h1>Error</h1>
+{% endblock headermsg %}
+{% block content %}
+ <aside class="sidebar" id="left">
+ </aside>
+ <section id="main">
+ <article>
+ <p>Page not found!</p>
+ </article>
+ </section>
+{% endblock content %}