1.1 --- a/templates/competition.html Wed Dec 04 09:42:43 2013 +0100
1.2 +++ b/templates/competition.html Wed Dec 04 12:21:21 2013 +0100
1.3 @@ -3,14 +3,12 @@
1.4 {% block jumbotron %}
1.5 <!-- default jumbotron -->
1.6 {% include "jumbotron-competition.html" %}
1.7 -<p>Spezial Jubotron...</p>
1.8 +{% endblock %}
1.9 +
1.10 +
1.11 +{% block body %}
1.12 +<h2>
1.13 +Information you need!
1.14 +</h2>
1.15
1.16 {% endblock %}
1.17 -
1.18 -
1.19 -{% block body %}
1.20 -<h1>
1.21 -Competition
1.22 -</h1>
1.23 -
1.24 -{% endblock %}