Plan + Tests
This commit is contained in:
13
templates/plan-user.html
Normal file
13
templates/plan-user.html
Normal 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 %}
|
||||
Reference in New Issue
Block a user