diff options
Diffstat (limited to 'templates/tripinfo.html')
| -rw-r--r-- | templates/tripinfo.html | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/templates/tripinfo.html b/templates/tripinfo.html index 5cf8127..61b7037 100644 --- a/templates/tripinfo.html +++ b/templates/tripinfo.html @@ -88,9 +88,9 @@ Fahrtverlauf:  		{{ stopover.plannedWhen.strftime('%H:%M') }}  	{% endif %}  	{% if stopover.is_requested_stop %} -		<span class="this-stop">{{ stopover.name }}</span> +		<span class="this-stop">{% if stopover.name_area %}{{ stopover.name_area }}{% endif %} {{ stopover.name_stop }} </span>  	{% else %} -		{{ stopover.name }} +		{% if stopover.name_area %}{{ stopover.name_area }}{% endif %} {{ stopover.name_stop }}  	{% endif %}  	</li>  {% endfor %} | 
