author | Peter Koppatz <peter@koppatz.com> |
Sun, 19 Jan 2014 10:09:19 +0100 | |
changeset 156 | f05d0e9abd23 |
parent 124 | fba9b7b99ab0 |
permissions | -rw-r--r-- |
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>
18 {% endblock %}