author | Reimar Bauer <rb.proj AT googlemail DOT com> |
Sun, 19 Jan 2014 12:12:17 +0100 | |
changeset 162 | 90e47d2a2c40 |
parent 156 | f05d0e9abd23 |
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 %}