Add links to transport or accommodation with a URL

Closes #30
This commit is contained in:
Edward Betts 2023-10-21 15:44:49 +01:00
parent 94c4f47018
commit 4874fbb190
3 changed files with 11 additions and 1 deletions

View file

@ -55,8 +55,10 @@
{{event.date.strftime("%a, %d, %b %Y")}}
</td>
<td class="text-start {% if event.name in class_map %} {{ class_map[event.name]}}{% endif %}">
{% if event.url %}<a href="{{ event.url }}">{% endif %}
{{ event_labels.get(event.name) or event.name }}
{%- if event.title -%}: {{ event.title }}{% endif %}
{% if event.url %}</a>{% endif %}
</td>
<td class="text-end">
{{ days(event.date) }}