Add more navigation links to travel and conference pages
This commit is contained in:
parent
1c554a5f85
commit
af329e4184
|
@ -21,7 +21,13 @@
|
||||||
|
|
||||||
<h1>Conferences</h1>
|
<h1>Conferences</h1>
|
||||||
|
|
||||||
<p><a href="{{ url_for("index") }}">← back to agenda</a></p>
|
<p>
|
||||||
|
<a href="{{ url_for("index") }}">← back to agenda</a>
|
||||||
|
|
|
||||||
|
<a href="{{ url_for("travel_list") }}">travel</a>
|
||||||
|
|
|
||||||
|
<strong>conference</strong>
|
||||||
|
</p>
|
||||||
|
|
||||||
<div class="grid-container">
|
<div class="grid-container">
|
||||||
{% for item in item_list %}
|
{% for item in item_list %}
|
||||||
|
|
|
@ -36,7 +36,13 @@
|
||||||
|
|
||||||
<h1>Travel</h1>
|
<h1>Travel</h1>
|
||||||
|
|
||||||
<p><a href="{{ url_for("index") }}">← back to agenda</a></p>
|
<p>
|
||||||
|
<a href="{{ url_for("index") }}">← back to agenda</a>
|
||||||
|
|
|
||||||
|
<strong>travel</strong>
|
||||||
|
|
|
||||||
|
<a href="{{ url_for("conference_list") }}">conference</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
<h3>flights</h3>
|
<h3>flights</h3>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue