Hide location if there isn't one
This commit is contained in:
parent
7b0b39f5bc
commit
97cb0b3130
|
@ -40,7 +40,10 @@
|
||||||
{{ event.name }}
|
{{ event.name }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
in {{ event.location }}
|
{% if event.location %}
|
||||||
|
in {{ event.location }}
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
- {{ event.date|date('F jS, Y') }}
|
- {{ event.date|date('F jS, Y') }}
|
||||||
|
|
||||||
{{ event.online ? '(online)' }}
|
{{ event.online ? '(online)' }}
|
||||||
|
|
Loading…
Reference in a new issue