templates/de/404.html
author Hans Richter <hr.richter@web.de>
Sat, 18 Jan 2014 12:31:21 +0100
changeset 113 928cccb0b8de
parent 94 9a26e95f2f74
permissions -rwxr-xr-x
Modifications: codecs in all templates
peter@1
     1
{% extends "theme.html" %} 
peter@1
     2
{% block body %}
peter@1
     3
<h1>Page Not Found</h1> 
peter@1
     4
<p>_('This information is not available!')<p><a href="{{ url_for('index') }}">_('Home')</a>
peter@1
     5
{% endblock %}
Impressum Datenschutzerklärung