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