Plan + Tests

This commit is contained in:
2023-12-13 18:52:59 +01:00
parent ae8b0206fc
commit 15954af651
12 changed files with 1166 additions and 236 deletions

13
templates/plan-user.html Normal file
View File

@ -0,0 +1,13 @@
{% extends "plan-general.html" %}
{% block startcontent %}
<h2>{{ name }}s Vorlesungsplan</h2>
{% endblock %}
{% block event %}
<div class="userbuttons">
<button>👁</button>
<button class="plusbutton">+</button>
</div>
{% endblock %}
{% block endcontent %}
<!-- Button zum Hinzufügen von Kommentaren -->
{% endblock %}