Allow for marking events as online
This commit is contained in:
parent
9b2106e586
commit
eb67a4d88e
|
@ -2,4 +2,8 @@
|
|||
{% if eventData.location %}
|
||||
in {{ eventData.location }}
|
||||
{% endif %}
|
||||
|
||||
{% if event.online %}
|
||||
(online)
|
||||
{% endif %}
|
||||
{% endmacro %}
|
||||
|
|
Reference in a new issue