Launch prep

This commit is contained in:
2023-12-14 18:49:45 +01:00
parent 64115fe2d0
commit a6372086db
18 changed files with 459 additions and 257 deletions

View File

@ -1,4 +1,7 @@
{% extends "plan-general.html"%}
{% block loginout %}
<li><a class="bottom" href={{ url_for("login") }}>Log-In</a></li>
{% endblock %}
{% block startcontent %}
<h2>Vorlesungsplan {{ kurs }}</h2>
{% endblock %}