mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-05 06:13:55 +01:00
parent
79e1810461
commit
4f39677b9e
1 changed files with 3 additions and 1 deletions
|
@ -12,7 +12,9 @@
|
|||
</p>
|
||||
{% if party %}
|
||||
<p>
|
||||
Groupe : {{ party }}. Joueurs : {% for other in party.characters.all %}<a href="{% url "character:view" pk=other.pk %}?party={{ party.pk }}">{{ other }}</a>{% if not forloop.last %}, {% endif %}{% endfor %}
|
||||
Groupe : <a href="{{ party.get_absolute_url }}">{{ party }}</a>
|
||||
•
|
||||
Joueurs : {% for other in party.characters.all %}<a href="{% url "character:view" pk=other.pk %}?party={{ party.pk }}">{{ other }}</a>{% if not forloop.last %}, {% endif %}{% endfor %}
|
||||
</p>
|
||||
{% endif %}
|
||||
{% if character|managed_by:user %}
|
||||
|
|
Loading…
Reference in a new issue