Improve display of cabins list
This commit is contained in:
parent
70db886a81
commit
944fe24662
5 changed files with 150 additions and 22 deletions
|
|
@ -29,9 +29,10 @@ a:link {
|
|||
<body>
|
||||
<div class="m-3">
|
||||
|
||||
<h1>{{ departure_port }} to {{ arrival_port }}</h1>
|
||||
<h1>{{ port_lookup[departure_port].title() }}
|
||||
to {{ port_lookup[arrival_port].title() }}</h1>
|
||||
|
||||
<p>{{ departure_date }} {{ ticket_tier }}</p>
|
||||
<p>{{ departure_date.strftime("%A, %d %B %Y %H:%M UTC") }} {{ ticket_tier }}</p>
|
||||
|
||||
<table class="table w-auto">
|
||||
<tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue