changeset 106 | b0e55e971315 |
parent 99 | 98360a0a7797 |
1.1 --- a/templates/en/404.html Sat Jan 18 10:52:54 2014 +0100 1.2 +++ b/templates/en/404.html Sat Jan 18 10:57:40 2014 +0100 1.3 @@ -1,4 +1,4 @@ 1.4 -{% extends _("theme.html") %} 1.5 +{% extends "theme.html" %} 1.6 {% block body %} 1.7 <h1>Page Not Found</h1> 1.8 <p>_('This information is not available!')<p><a href="{{ url_for('index') }}">_('Home')</a>