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