Add calendar event view

This commit is contained in:
pstruebi
2022-06-15 14:53:17 +02:00
parent cec54b66e5
commit 6b1bc8da94
4 changed files with 56 additions and 21 deletions

View File

@@ -11,7 +11,9 @@
<hr>
<h1>{{event["weekday"] + " " + event["start"]["date"] }}</h1>
{% endif %}
<h2>{{ event['subject'] }}</h2>
<a href="{{ url_for('show_event', id=event['id']) }}">
<h2>{{ event['subject'] }}</h2>
</a>
{% if not event["user_attends"] %}
<a href="{{ url_for('attend', id=event['id']) }}">