Link from accommodation list to trip pages

Closes: #109
This commit is contained in:
Edward Betts 2024-01-14 17:57:02 +00:00
parent 31e8197c79
commit 283a9d0b27
3 changed files with 24 additions and 7 deletions

View file

@ -27,7 +27,9 @@
<div class="heading"><h2>{{ heading }}</h2></div>
{% for item in item_list %}
{{ conference_row(item, badge) }}
<div class="grid-item">{% if item.trip %} trip: {{ trip_link(item.trip) }} {% endif %}</div>
<div class="grid-item">
{% if item.linked_trip %} trip: {{ trip_link(item.linked_trip) }} {% endif %}
</div>
{% endfor %}
{% endif %}
{% endmacro %}