Compare commits

..

No commits in common. "02ff89ba34d7c248316321de93e4f26f63e1c22a" and "4e8fd84134e180c8ed30b1a09780a283e1be255d" have entirely different histories.

View File

@ -281,7 +281,7 @@
{% if trip.trip_type %} {% if trip.trip_type %}
- -
{{ trip.trip_type.icon | safe }}{{ trip.trip_type.name }} {{ trip.trip_type.icon | safe }}{{ trip.trip_type.name }}
{%- endif -%} {% endif -%}
)</small> )</small>
{% else %} {% else %}
<strong class="text-primary-900 dark:text-white">{{ trip.planned_starting_time }} <strong class="text-primary-900 dark:text-white">{{ trip.planned_starting_time }}
@ -289,7 +289,7 @@
<small class="text-gray-600 dark:text-gray-100">({{ trip.cox_name -}} <small class="text-gray-600 dark:text-gray-100">({{ trip.cox_name -}}
{% if trip.trip_type %} {% if trip.trip_type %}
- {{ trip.trip_type.icon | safe }} {{ trip.trip_type.name }} - {{ trip.trip_type.icon | safe }} {{ trip.trip_type.name }}
{%- endif -%} {% endif -%}
)</small> )</small>
{% endif %} {% endif %}
<br /> <br />