Buttons refactored
authorPeter Koppatz <peter@koppatz.com>
Sun, 19 Jan 2014 08:35:43 +0100
changeset 147a40c0f419bd0
parent 146 2e05b89881ed
child 148 f2846daf5edd
Buttons refactored
templates/de/index.html
     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>  
Impressum Datenschutzerklärung