Add calendar event view
This commit is contained in:
@@ -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']) }}">
|
||||
|
||||
Reference in New Issue
Block a user