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 %}