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 %}

View file

@ -36,7 +36,13 @@
<h1>Travel</h1>
<p><a href="{{ url_for("index") }}">&larr; back to agenda</a></p>
<p>
<a href="{{ url_for("index") }}">&larr; back to agenda</a>
|
<strong>travel</strong>
|
<a href="{{ url_for("conference_list") }}">conference</a>
</p>
<h3>flights</h3>