Update
This commit is contained in:
parent
cbc681ddbc
commit
ebe672b972
7 changed files with 286 additions and 117 deletions
|
|
@ -11,9 +11,9 @@
|
|||
<div class="m-3">
|
||||
|
||||
<ul>
|
||||
{% for dep, arr in routes %}
|
||||
<li><a href="{{ url_for("show_route", departure_port=ports[dep], arrival_port=ports[arr]) }}">{{ dep }} - {{ arr }}</a></li>
|
||||
{% endfor %}
|
||||
<li><a href="{{ url_for("outbound1_page") }}">Outbound: 10 March</a>
|
||||
<li><a href="{{ url_for("outbound2_page") }}">Outbound: 17 March</a>
|
||||
<li><a href="{{ url_for("return_page") }}">Return: 24 March</a>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue