From d721cd7b09519d914eedadeb6bcf3b96112a35c9 Mon Sep 17 00:00:00 2001 From: rine Date: Fri, 7 Jan 2022 16:48:48 +0100 Subject: [PATCH] plans/templates/plan_detail: remove whitespace before comma and add after comma --- .../apps/plans/templates/meinberlin_plans/plan_detail.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/meinberlin/apps/plans/templates/meinberlin_plans/plan_detail.html b/meinberlin/apps/plans/templates/meinberlin_plans/plan_detail.html index cab5d21ea2..1a338b264d 100644 --- a/meinberlin/apps/plans/templates/meinberlin_plans/plan_detail.html +++ b/meinberlin/apps/plans/templates/meinberlin_plans/plan_detail.html @@ -63,11 +63,7 @@

{% if object.topic_names %}
{% trans 'Topic' %}
-
{{ object.topic_names.0 }} - {% if object.topic_names.1 %} - ,{{ object.topic_names.1 }} - {% endif %} -
+
{{ object.topic_names.0 }}{% if object.topic_names.1 %}, {{ object.topic_names.1 }}{% endif %}
{% endif %}