1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-21 05:18:26 +02:00

Add juries => Edit jury

Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
Emmy D'Anello
2024-03-24 22:22:16 +01:00
parent df036ba384
commit 4ea70e5ab9
2 changed files with 35 additions and 35 deletions

View File

@ -29,7 +29,7 @@
<dd class="col-sm-9">
{{ pool.juries.all|join:", " }}
<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" %}
<i class="fas fa-plus"></i> {% trans "Edit jury" %}
</a>
</dd>