Don't show the event location if it was online
This commit is contained in:
parent
52075e3cb7
commit
2ea8b181d4
|
@ -11,7 +11,7 @@
|
||||||
{{ event.name }}
|
{{ event.name }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if event.location %}
|
{% if event.location and not event.online %}
|
||||||
in {{ event.location }}
|
in {{ event.location }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue