Launch prep
This commit is contained in:
@ -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 %}
|
||||
Reference in New Issue
Block a user