Tidy 'days until start' message in template.
This commit is contained in:
parent
1c220ccb07
commit
5a41e7bced
|
@ -30,11 +30,7 @@ a:link {
|
|||
<body>
|
||||
<div class="m-3">
|
||||
|
||||
<p>{{ days_until_start }} days / {{ (days_until_start / 7) | int }} weeks / {{ "{:.1f}".format(days_until_start / 30.5) }} months until start of Dodainville week: Friday 29 Sept 2023</p>
|
||||
|
||||
{#
|
||||
<p><a href="{{ url_for(other + "_page") }}">{{ other }}</a></p>
|
||||
#}
|
||||
<p>{{ days_until_start }} days / {{ (days_until_start / 7) | int }} weeks / {{ "{:.1f}".format(days_until_start / 30.5) }} months until start of travel.</p>
|
||||
|
||||
<p>
|
||||
Passengers:
|
||||
|
|
Loading…
Reference in a new issue