Adjust template layout

This commit is contained in:
Edward Betts 2024-01-14 16:52:06 +00:00
parent 7883c89b76
commit 36168843d6

View file

@ -59,22 +59,17 @@
{% else %}
<div>Start: {{ display_date_no_year(trip.start) }} (end date missing)</div>
{% endif %}
<div class="conferences">
{% for conf in trip.conferences %}
{{ conference_row(conf, "going") }}
{% endfor %}
{% for conf in trip.conferences %} {{ conference_row(conf, "going") }} {% endfor %}
</div>
<div class="accommodation">
{% for conf in trip.accommodation %}
{{ accommodation_row(conf, "going") }}
{% endfor %}
{% for conf in trip.accommodation %} {{ accommodation_row(conf, "going") }} {% endfor %}
</div>
<div class="travel">
{% for item in trip.travel %}
{{ row[item.type](item) }}
{% endfor %}
{% for item in trip.travel %} {{ row[item.type](item) }} {% endfor %}
</div>
<p>