Custom Calendar
This commit is contained in:
@ -5,11 +5,8 @@
|
||||
{% block startcontent %}
|
||||
<h2>{{ name }}s Vorlesungsplan</h2>
|
||||
{% endblock %}
|
||||
{% block event %}
|
||||
<div class="userbuttons">
|
||||
<button>👁</button>
|
||||
<button class="plusbutton">+</button>
|
||||
</div>
|
||||
{% endblock %}
|
||||
{% block endcontent %}
|
||||
<a href={{ url_for("deliverCalendar", uid=uid) }}>Kalender-Abo</a>
|
||||
<br>
|
||||
<a href={{ url_for("restoreVL") }}>Ausgeblendete Vorlesungen wieder einblenden</a>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user