1.1 --- a/templates/de/index.html Sun Jan 19 08:18:43 2014 +0100
1.2 +++ b/templates/de/index.html Sun Jan 19 08:35:43 2014 +0100
1.3 @@ -7,8 +7,10 @@
1.4 <div class="module-content">
1.5 <h1 class="header" style="color:white;padding-top: 45px;margin-bottom:30px;">Der Python Wettbewerb für Mädchen & Jungen ab 13 Jahren</h1>
1.6 <h4 class="" style="color:white;">3D Objekte mit Python steuern & bewegen</h4>
1.7 - <button type="button" class="btn btn-default"><a href="/competition">Wettbewerbinformationen</a></button>
1.8 - <button type="button" class="btn btn-default"><a href="/dates">Termine</a></button>
1.9 + <a type="button" class="btn btn-default"
1.10 + href="/competition">Wettbewerbinformationen</a>
1.11 + <a type="button" class="btn btn-default"
1.12 + href="{{ url_for('dates') }}">Termine</a>
1.13 </div>
1.14 </div>
1.15 </div>