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("logout") }}>Log-Out</a></li>
{% endblock %}
{% block startcontent %}
<h2>{{ name }}s Vorlesungsplan</h2>
{% endblock %}
@ -9,5 +12,4 @@
</div>
{% endblock %}
{% block endcontent %}
<!-- Button zum Hinzufügen von Kommentaren -->
{% endblock %}