# HG changeset patch # User Reimar Bauer # Date 1390039060 -3600 # Node ID b0e55e9713154c8cbfd0ef2b83210eae03f5d061 # Parent 5a24b0072800163746b82d11ee8d5b83f65fefe6 english templates updated - preparation for translation diff -r 5a24b0072800 -r b0e55e971315 templates/en/404.html --- a/templates/en/404.html Sat Jan 18 10:52:54 2014 +0100 +++ b/templates/en/404.html Sat Jan 18 10:57:40 2014 +0100 @@ -1,4 +1,4 @@ -{% extends _("theme.html") %} +{% extends "theme.html" %} {% block body %}

Page Not Found

_('This information is not available!')

_('Home') diff -r 5a24b0072800 -r b0e55e971315 templates/en/competition.html --- a/templates/en/competition.html Sat Jan 18 10:52:54 2014 +0100 +++ b/templates/en/competition.html Sat Jan 18 10:57:40 2014 +0100 @@ -1,8 +1,8 @@ -{% extends _("theme.html") %} +{% extends "theme.html" %} {% block jumbotron %} - {% include _("en/jumbotron-competition.html") %} + {% include "jumbotron-competition.html" %} {% endblock %} diff -r 5a24b0072800 -r b0e55e971315 templates/en/coursematerial.html --- a/templates/en/coursematerial.html Sat Jan 18 10:52:54 2014 +0100 +++ b/templates/en/coursematerial.html Sat Jan 18 10:57:40 2014 +0100 @@ -1,8 +1,8 @@ -{% extends _("theme.html") %} +{% extends "theme.html" %} {% block jumbotron %} - {% include _("en/jumbotron-coursematerial.html") %} + {% include "jumbotron-coursematerial.html" %} {% endblock %} {% block body %} diff -r 5a24b0072800 -r b0e55e971315 templates/en/imprint.html --- a/templates/en/imprint.html Sat Jan 18 10:52:54 2014 +0100 +++ b/templates/en/imprint.html Sat Jan 18 10:57:40 2014 +0100 @@ -1,8 +1,8 @@ -{% extends _("theme.html") %} +{% extends "theme.html" %} {% block jumbotron %} - {% include _("en/jumbotron-submission.html") %} + {% include "jumbotron-submission.html" %} {% endblock %} diff -r 5a24b0072800 -r b0e55e971315 templates/en/index.html --- a/templates/en/index.html Sat Jan 18 10:52:54 2014 +0100 +++ b/templates/en/index.html Sat Jan 18 10:57:40 2014 +0100 @@ -1,7 +1,7 @@ -{% extends _("theme.html") %} +{% extends "theme.html" %} {% block jumbotron %} - {% include _("en/jumbotron-default.html") %} + {% include "jumbotron-default.html" %} {% endblock %} {% block body %}