From 0298617fc9d29e38fbd1b5df92937331823af8e6 Mon Sep 17 00:00:00 2001 From: philipp Date: Sun, 26 May 2024 18:47:09 +0200 Subject: [PATCH] better spacing --- templates/planned.html.tera | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/planned.html.tera b/templates/planned.html.tera index 747fb3a..4c19e06 100644 --- a/templates/planned.html.tera +++ b/templates/planned.html.tera @@ -106,7 +106,7 @@ ({{ 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 -%} ) {% else %} @@ -116,7 +116,7 @@ ({{ 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 -%} ) {% endif %} @@ -280,7 +280,7 @@ {{ 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 %} @@ -288,7 +288,7 @@ Uhr ({{ 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 %} -- 2.45.2