1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-07-28 11:45:28 +02:00

Restructure add juree page

Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
Emmy D'Anello
2024-03-23 11:23:02 +01:00
parent 833b300fde
commit 81c2df7f10
7 changed files with 239 additions and 218 deletions

View File

@ -28,7 +28,7 @@
<dt class="col-sm-3">{% trans "Juries:" %}</dt>
<dd class="col-sm-9">
{{ pool.juries.all|join:", " }}
<a class="badge rounded-pill text-bg-info" href="{% url 'participation:pool_add_jurys' pk=pool.pk %}">
<a class="badge rounded-pill text-bg-info" href="{% url 'participation:pool_jury' pk=pool.pk %}">
<i class="fas fa-plus"></i> {% trans "Add jurys" %}
</a>
</dd>