Add more navigation links to travel and conference pages

This commit is contained in:
Edward Betts 2023-11-27 10:00:14 +00:00
parent 1c554a5f85
commit af329e4184
2 changed files with 14 additions and 2 deletions

View file

@ -21,7 +21,13 @@
<h1>Conferences</h1>
<p><a href="{{ url_for("index") }}">&larr; back to agenda</a></p>
<p>
<a href="{{ url_for("index") }}">&larr; back to agenda</a>
|
<a href="{{ url_for("travel_list") }}">travel</a>
|
<strong>conference</strong>
</p>
<div class="grid-container">
{% for item in item_list %}