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