From ccb9a39b57f86b46d1a7e854b1e9127c5896de8a Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Fri, 9 Dec 2022 19:48:53 +0100 Subject: [PATCH] Fix spacing before comma --- src/character/templates/character/character_details.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/character/templates/character/character_details.html b/src/character/templates/character/character_details.html index f8e393c..87536ff 100644 --- a/src/character/templates/character/character_details.html +++ b/src/character/templates/character/character_details.html @@ -24,8 +24,7 @@ alt="Image de profil" > {% endif %} - {{ other }} - {% if not forloop.last %}, {% endif %} + {{ other }}{% if not forloop.last %}, {% endif %} {% endfor %}

{% endif %}