From 4f39677b9e230b22901195c63a08885f9e91c713 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Tue, 22 Nov 2022 13:27:56 +0100 Subject: [PATCH] Add link to group in character view. Closes #27 --- src/character/templates/character/character_details.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 %}