This commit is contained in:
Sauer 2019-04-12 14:35:48 +02:00
commit 447a594c29

View File

@ -11,7 +11,7 @@
<img src="static/images/WIAILogo.png" alt="Fachschaft WIAI" class="logo"/>
<h1>Sorting is Fun! The Importance of Being Sorted</h1>
</header>
<nav>
<nav>
<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('form') %} class="active" {% endif %}><a href="{{ url_for('form') }}">Formular</a></li>