case-insensitive-auth #549

Merged
philipp merged 3 commits from case-insensitive-auth into staging 2024-05-27 08:33:05 +02:00
Showing only changes of commit 02ff89ba34 - Show all commits

View File

@ -281,7 +281,7 @@
{% if trip.trip_type %}
-
{{ trip.trip_type.icon | safe }}{{ trip.trip_type.name }}
{% endif -%}
{%- endif -%}
)</small>
{% else %}
<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 -}}
{% if trip.trip_type %}
- {{ trip.trip_type.icon | safe }} {{ trip.trip_type.name }}
{% endif -%}
{%- endif -%}
)</small>
{% endif %}
<br />