Change online to remote

This commit is contained in:
Oliver Davies 2020-03-14 21:09:54 +00:00
parent 51595b6c6d
commit a8805d8a38
2 changed files with 2 additions and 2 deletions

View file

@ -8,5 +8,5 @@
{% macro talkEventLocation(event) %}
{{ event.location ? 'in ' ~ event.location }}
{{ event.online ? ' (online)' }}
{{ event.remote ? ' (Remote)' }}
{% endmacro %}