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>
 | 
			
		||||
                <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 %}
 | 
			
		||||
                    {{ trip_obj.title }}
 | 
			
		||||
                  {% for trip in trip_list if trip.start == trip_date %}
 | 
			
		||||
                    {{ trip.title }} {{ trip.country_flags }}
 | 
			
		||||
                  {% endfor %}
 | 
			
		||||
                </a>
 | 
			
		||||
              </td>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue