changeset 95 | f0c34c057f0a |
child 99 | 98360a0a7797 |
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/templates/en/404.html Fri Jan 17 18:08:39 2014 +0100 1.3 @@ -0,0 +1,5 @@ 1.4 +{% extends _("en/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 %}