Show country flags in Schengen compliance history
This commit is contained in:
parent
5d5ce61da4
commit
a8652d881c
|
|
@ -162,8 +162,8 @@
|
||||||
<td>{{ trip_date.strftime('%Y-%m-%d') }}</td>
|
<td>{{ trip_date.strftime('%Y-%m-%d') }}</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="{{ url_for('trip_page', start=trip_date.strftime('%Y-%m-%d')) }}" class="text-decoration-none">
|
<a href="{{ url_for('trip_page', start=trip_date.strftime('%Y-%m-%d')) }}" class="text-decoration-none">
|
||||||
{% for trip_obj in trip_list if trip_obj.start == trip_date %}
|
{% for trip in trip_list if trip.start == trip_date %}
|
||||||
{{ trip_obj.title }}
|
{{ trip.title }} {{ trip.country_flags }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue