Fixed shuttle count

This commit is contained in:
John Mullins
2024-12-13 09:49:12 +11:00
parent dabce7f360
commit 034b9f7d91
3 changed files with 8 additions and 4 deletions
@@ -87,7 +87,7 @@
<h1 style="font-size: 2.5em">{{ shuttle_route.shuttle }}</h1>
<p style="text-align:right; font-size:12px">
Date: {{ date }}<br>
Total Travellers: {{ shuttle_route.shuttle.traveller_count }}
Total Travellers: {{ shuttle_route.traveller_count }}
</p>
<table class="traveller">
{% for traveller in shuttle_route.shuttle_travellers %}