Added dates to bus rolls
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
{% if route.route_stops %}
|
||||
<h1 style="font-size: 2.5em">{{ route.bus.route_name }}</h1>
|
||||
<p style="text-align:right; font-size:12px">
|
||||
Date: {{ date }}<br>
|
||||
Total Travellers: {{ route.bus.traveller_count }}<br>
|
||||
Seating Capacity: {{ route.bus.seating_capacity }}
|
||||
</p>
|
||||
@@ -83,6 +84,7 @@
|
||||
{% for shuttle_route in route.shuttle_routes %}
|
||||
<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 }}
|
||||
</p>
|
||||
<table class="traveller">
|
||||
|
||||
Reference in New Issue
Block a user