Don't show the event location if it was online

This commit is contained in:
Oliver Davies 2024-08-02 16:56:34 +01:00
parent 52075e3cb7
commit 2ea8b181d4

View file

@ -11,7 +11,7 @@
{{ event.name }}
{% endif %}
{% if event.location %}
{% if event.location and not event.online %}
in {{ event.location }}
{% endif %}