Merge branch 'main' of gitlab.com:PhilippHofer/rot
This commit is contained in:
commit
17581df6f1
@ -43,9 +43,9 @@
|
||||
<strong class="text-primary-900">
|
||||
{{ planned_event.planned_starting_time }} Uhr
|
||||
</strong>
|
||||
<small class="text-gray-600">({{ planned_event.name }} -
|
||||
<small class="text-gray-600">({{ planned_event.name }}
|
||||
{% if planned_event.trip_type %}
|
||||
{{ planned_event.trip_type.icon | safe }}{{ planned_event.trip_type.name }}
|
||||
- {{ planned_event.trip_type.icon | safe }}{{ planned_event.trip_type.name }}
|
||||
{% endif %})
|
||||
</small><br />
|
||||
|
||||
@ -165,16 +165,16 @@
|
||||
<div class="mr-1">
|
||||
{% if trip.max_people == 0 %}
|
||||
<strong class="text-[#f43f5e]">⚠ {{ trip.planned_starting_time }} Uhr</strong>
|
||||
<small class="text-[#f43f5e]">(Absage {{ trip.cox_name }} -
|
||||
<small class="text-[#f43f5e]">(Absage {{ trip.cox_name }}
|
||||
{% if trip.trip_type %}
|
||||
{{ trip.trip_type.icon | safe }}{{ trip.trip_type.name }}
|
||||
- {{ trip.trip_type.icon | safe }}{{ trip.trip_type.name }}
|
||||
{% endif %})
|
||||
</small>
|
||||
{% else %}
|
||||
<strong class="text-primary-900">{{ trip.planned_starting_time }} Uhr</strong>
|
||||
<small class="text-gray-600">({{ trip.cox_name }} -
|
||||
<small class="text-gray-600">({{ trip.cox_name }}
|
||||
{% if trip.trip_type %}
|
||||
{{ trip.trip_type.icon | safe }}{{ trip.trip_type.name }}
|
||||
- {{ trip.trip_type.icon | safe }}{{ trip.trip_type.name }}
|
||||
{% endif %})
|
||||
</small>
|
||||
{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user