changeset 94 | 9a26e95f2f74 |
parent 92 | df904a1df028 |
child 95 | f0c34c057f0a |
1.1 --- a/templates/404.html Fri Jan 17 16:54:53 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 %}