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"/> <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>