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>
2.1 --- a/templates/en/competition.html Sat Jan 18 10:52:54 2014 +0100
2.2 +++ b/templates/en/competition.html Sat Jan 18 10:57:40 2014 +0100
2.3 @@ -1,8 +1,8 @@
2.4 -{% extends _("theme.html") %}
2.5 +{% extends "theme.html" %}
2.6
2.7 {% block jumbotron %}
2.8 <!-- default jumbotron -->
2.9 - {% include _("en/jumbotron-competition.html") %}
2.10 + {% include "jumbotron-competition.html" %}
2.11 {% endblock %}
2.12
2.13
3.1 --- a/templates/en/coursematerial.html Sat Jan 18 10:52:54 2014 +0100
3.2 +++ b/templates/en/coursematerial.html Sat Jan 18 10:57:40 2014 +0100
3.3 @@ -1,8 +1,8 @@
3.4 -{% extends _("theme.html") %}
3.5 +{% extends "theme.html" %}
3.6
3.7 {% block jumbotron %}
3.8 <!-- default jumbotron -->
3.9 - {% include _("en/jumbotron-coursematerial.html") %}
3.10 + {% include "jumbotron-coursematerial.html" %}
3.11 {% endblock %}
3.12
3.13 {% block body %}
4.1 --- a/templates/en/imprint.html Sat Jan 18 10:52:54 2014 +0100
4.2 +++ b/templates/en/imprint.html Sat Jan 18 10:57:40 2014 +0100
4.3 @@ -1,8 +1,8 @@
4.4 -{% extends _("theme.html") %}
4.5 +{% extends "theme.html" %}
4.6
4.7 {% block jumbotron %}
4.8 <!-- default jumbotron -->
4.9 - {% include _("en/jumbotron-submission.html") %}
4.10 + {% include "jumbotron-submission.html" %}
4.11 {% endblock %}
4.12
4.13
5.1 --- a/templates/en/index.html Sat Jan 18 10:52:54 2014 +0100
5.2 +++ b/templates/en/index.html Sat Jan 18 10:57:40 2014 +0100
5.3 @@ -1,7 +1,7 @@
5.4 -{% extends _("theme.html") %}
5.5 +{% extends "theme.html" %}
5.6 {% block jumbotron %}
5.7 <!-- default jumbotron -->
5.8 - {% include _("en/jumbotron-default.html") %}
5.9 + {% include "jumbotron-default.html" %}
5.10 {% endblock %}
5.11 {% block body %}
5.12 <div class="module module-gallery">
6.1 --- a/templates/en/jumbotron-coursematerial.html Sat Jan 18 10:52:54 2014 +0100
6.2 +++ b/templates/en/jumbotron-coursematerial.html Sat Jan 18 10:57:40 2014 +0100
6.3 @@ -1,2 +1,2 @@
6.4 -<img src="/static/images/coursematerial_300.png" alt="coursematerial" />
6.5 +<img src="/static/images/coursematerial_300.png" alt="coursemaeterial" />
6.6 <h1>How it works…</h1>
7.1 --- a/templates/en/privacy.html Sat Jan 18 10:52:54 2014 +0100
7.2 +++ b/templates/en/privacy.html Sat Jan 18 10:57:40 2014 +0100
7.3 @@ -1,8 +1,8 @@
7.4 -{% extends _("theme.html") %}
7.5 +{% extends "theme.html" %}
7.6
7.7 {% block jumbotron %}
7.8 <!-- default jumbotron -->
7.9 - {% include _("en/jumbotron-submission.html") %}
7.10 + {% include "jumbotron-submission.html" %}
7.11 {% endblock %}
7.12
7.13
8.1 --- a/templates/en/submission.html Sat Jan 18 10:52:54 2014 +0100
8.2 +++ b/templates/en/submission.html Sat Jan 18 10:57:40 2014 +0100
8.3 @@ -1,8 +1,8 @@
8.4 -{% extends _("theme.html") %}
8.5 +{% extends "theme.html" %}
8.6
8.7 {% block jumbotron %}
8.8 <!-- default jumbotron -->
8.9 - {% include _("en/jumbotron-submission.html") %}
8.10 + {% include "jumbotron-submission.html" %}
8.11 {% endblock %}
8.12
8.13
9.1 --- a/templates/en/task.html Sat Jan 18 10:52:54 2014 +0100
9.2 +++ b/templates/en/task.html Sat Jan 18 10:57:40 2014 +0100
9.3 @@ -1,4 +1,4 @@
9.4 -{% extends _("theme.html") %}
9.5 +{% extends "theme.html" %}
9.6
9.7 {% block jumbotron %}
9.8