Allow for marking events as online

This commit is contained in:
Oliver Davies 2019-11-01 18:55:25 +00:00
parent 9b2106e586
commit eb67a4d88e

View file

@ -2,4 +2,8 @@
{% if eventData.location %}
in {{ eventData.location }}
{% endif %}
{% if event.online %}
(online)
{% endif %}
{% endmacro %}