diff --git a/src/character/templates/character/character_details.html b/src/character/templates/character/character_details.html index 9b6a4de..8af0263 100644 --- a/src/character/templates/character/character_details.html +++ b/src/character/templates/character/character_details.html @@ -12,7 +12,9 @@

{% if party %}

- Groupe : {{ party }}. Joueurs : {% for other in party.characters.all %}{{ other }}{% if not forloop.last %}, {% endif %}{% endfor %} + Groupe : {{ party }} + • + Joueurs : {% for other in party.characters.all %}{{ other }}{% if not forloop.last %}, {% endif %}{% endfor %}

{% endif %} {% if character|managed_by:user %}