diff -r 096c748b438a -r 98360a0a7797 templates/en/404.html
--- a/templates/en/404.html	Sat Jan 18 09:41:26 2014 +0100
+++ b/templates/en/404.html	Sat Jan 18 10:06:48 2014 +0100
@@ -1,4 +1,4 @@
-{% extends _("en/theme.html") %}
+{% extends _("theme.html") %}
 {% block body %}
 <h1>Page Not Found</h1> 
 <p>_('This information is not available!')<p><a href="{{ url_for('index') }}">_('Home')</a>