templates/index.html
changeset 168 da7e673fae7b
parent 160 e4f16be8b5b0
child 171 477ad271570e
     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>  
Impressum Datenschutzerklärung