Merge branch 'master' of https://git.stuve-bamberg.de/asauer/gruppenbildungsspiel
This commit is contained in:
commit
447a594c29
@ -11,7 +11,7 @@
|
|||||||
<img src="static/images/WIAILogo.png" alt="Fachschaft WIAI" class="logo"/>
|
<img src="static/images/WIAILogo.png" alt="Fachschaft WIAI" class="logo"/>
|
||||||
<h1>Sorting is Fun! The Importance of Being Sorted</h1>
|
<h1>Sorting is Fun! The Importance of Being Sorted</h1>
|
||||||
</header>
|
</header>
|
||||||
<nav>
|
<nav>
|
||||||
<ul>
|
<ul>
|
||||||
<li {% if request.path == url_for('index') %} class="active" {% endif %}><a href="{{ url_for('index') }}">Home</a></li>
|
<li {% if request.path == url_for('index') %} class="active" {% endif %}><a href="{{ url_for('index') }}">Home</a></li>
|
||||||
<li {% if request.path == url_for('form') %} class="active" {% endif %}><a href="{{ url_for('form') }}">Formular</a></li>
|
<li {% if request.path == url_for('form') %} class="active" {% endif %}><a href="{{ url_for('form') }}">Formular</a></li>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user