diff -r 46abfb767ff2 -r 3aa6f55df039 templates/404.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/404.html Wed Nov 27 12:40:37 2013 +0100 @@ -0,0 +1,5 @@ +{% extends "theme.html" %} +{% block body %} +
_('This information is not available!')
_('Home') +{% endblock %}