13 lines
353 B
HTML
13 lines
353 B
HTML
{% 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 %} |