changeset 94 | 9a26e95f2f74 |
parent 1 | 3aa6f55df039 |
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/templates/de/404.html Fri Jan 17 17:17:34 2014 +0100 1.3 @@ -0,0 +1,5 @@ 1.4 +{% extends "theme.html" %} 1.5 +{% block body %} 1.6 +<h1>Page Not Found</h1> 1.7 +<p>_('This information is not available!')<p><a href="{{ url_for('index') }}">_('Home')</a> 1.8 +{% endblock %}