From 16d00f2e117dea6d865aaa5b8fcb2ca499a8c22c Mon Sep 17 00:00:00 2001 From: Marie Birner Date: Thu, 8 Jun 2023 15:38:49 +0200 Subject: [PATCH] [BUGFIX] styling special events list view --- templates/index.html.tera | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/index.html.tera b/templates/index.html.tera index 220cd60..fc9e7c2 100644 --- a/templates/index.html.tera +++ b/templates/index.html.tera @@ -43,9 +43,9 @@ {{ planned_event.planned_starting_time }} Uhr - ({{ planned_event.name }} - + ({{ 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 %})
@@ -165,16 +165,16 @@
{% if trip.max_people == 0 %} ⚠ {{ trip.planned_starting_time }} Uhr - (Absage {{ trip.cox_name }} - + (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 %}) {% else %} {{ trip.planned_starting_time }} Uhr - ({{ trip.cox_name }} - + ({{ 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 %}) {% endif %}