From 47a543fa6440c75e0ab3b6ed1f7d6b9f4a88aa5f Mon Sep 17 00:00:00 2001 From: philipp Date: Sun, 26 May 2024 14:17:26 +0200 Subject: [PATCH] fix spacing --- templates/planned.html.tera | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/planned.html.tera b/templates/planned.html.tera index d757865..747fb3a 100644 --- a/templates/planned.html.tera +++ b/templates/planned.html.tera @@ -281,7 +281,7 @@ {% if trip.trip_type %} - {{ trip.trip_type.icon | safe }}{{ trip.trip_type.name }} - {% endif -%} + {%- endif -%} ) {% else %} {{ trip.planned_starting_time }} @@ -289,7 +289,7 @@ ({{ trip.cox_name -}} {% if trip.trip_type %} - {{ trip.trip_type.icon | safe }} {{ trip.trip_type.name }} - {% endif -%} + {%- endif -%} ) {% endif %}
-- 2.45.2