changeset 179 | 4ea9139ca9fb |
parent 156 | f05d0e9abd23 |
178:bd2076026332 | 179:4ea9139ca9fb |
---|---|
1 {% extends "theme.html" %} |
|
2 {% block body %} |
|
3 <div class="container"> |
|
4 <div class="col-lg-12"> |
|
5 <h2> |
|
6 Wettbewerb 2014 |
|
7 </h2> |
|
8 <p>Infos zum aktuellen Wettbewerb... Preise, Preisverleihung... |
|
9 </p> |
|
10 <p> |
|
11 <a class="btn btn-lg btn-primary" |
|
12 href="/competition/2013" |
|
13 role="button">Competition 2013</a> |
|
14 </p> |
|
15 </div> |
|
16 </div> |
|
17 |
|
18 {% endblock %} |