templates/en/404.html
author Peter Koppatz <peter@koppatz.com>
Sun, 19 Jan 2014 08:43:45 +0100
changeset 148 f2846daf5edd
parent 106 b0e55e971315
permissions -rwxr-xr-x
Sync index.html after altering buttons
     1 {% extends "theme.html" %} 
     2 {% block body %}
     3 <h1>Page Not Found</h1> 
     4 <p>_('This information is not available!')<p><a href="{{ url_for('index') }}">_('Home')</a>
     5 {% endblock %}
Impressum Datenschutzerklärung