changeset 157 | 750903e3cfc0 |
parent 156 | f05d0e9abd23 |
child 158 | 49422e3977aa |
1.1 --- a/templates/de/404.html Sun Jan 19 10:09:19 2014 +0100 1.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 1.3 @@ -1,5 +0,0 @@ 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 %}