1.1 --- a/templates/index.html Sun Jan 19 13:08:12 2014 +0100
1.2 +++ b/templates/index.html Sun Jan 19 13:31:34 2014 +0100
1.3 @@ -8,9 +8,9 @@
1.4 <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.5 <h4 class="" style="color:white;">3D Objekte mit Python steuern & bewegen</h4>
1.6 <a type="button" class="btn btn-default"
1.7 - href="/competition">{{ _('competition_info') }}</a>
1.8 + href="/competition">{{ competition_info }}</a>
1.9 <a type="button" class="btn btn-default"
1.10 - href="{{ url_for('dates') }}">{{ _('dates') }}</a>
1.11 + href="{{ url_for('dates') }}">{{ dates }}</a>
1.12 </div>
1.13 </div>
1.14 </div>