Refactor
This commit is contained in:
parent
9032987d20
commit
bfbcda8697
|
@ -1,9 +1,4 @@
|
||||||
{% macro talkEventLocation(eventData, event) %}
|
{% macro talkEventLocation(eventData, event) %}
|
||||||
{% if eventData.location %}
|
{{ eventData.location ? 'in ' ~ eventData.location }}
|
||||||
in {{ eventData.location }}
|
{{ event.online ? ' (online)' }}
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{% if event.online %}
|
|
||||||
(online)
|
|
||||||
{% endif %}
|
|
||||||
{% endmacro %}
|
{% endmacro %}
|
||||||
|
|
Reference in a new issue