mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2024-12-24 17:42:23 +00:00
Don't display final selection in the final tournament page
Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
parent
1138885fb4
commit
8216e0943f
@ -105,7 +105,7 @@
|
|||||||
{% for participation, note in notes %}
|
{% for participation, note in notes %}
|
||||||
<li>
|
<li>
|
||||||
<strong>{{ participation.team }} :</strong> {{ note|floatformat }}
|
<strong>{{ participation.team }} :</strong> {{ note|floatformat }}
|
||||||
{% if available_notes_2 %}
|
{% if available_notes_2 or user.registration.is_volunteer %}
|
||||||
{% if not tournament.final and participation.mention %}
|
{% if not tournament.final and participation.mention %}
|
||||||
— {{ participation.mention }}
|
— {{ participation.mention }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
@ -113,7 +113,7 @@
|
|||||||
— {{ participation.mention_final }}
|
— {{ participation.mention_final }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if participation.final %}
|
{% if participation.final and not tournament.final %}
|
||||||
<span class="badge badge-sm text-bg-warning">
|
<span class="badge badge-sm text-bg-warning">
|
||||||
<i class="fas fa-medal"></i>
|
<i class="fas fa-medal"></i>
|
||||||
{% trans "Selected for final tournament" %}
|
{% trans "Selected for final tournament" %}
|
||||||
|
Loading…
Reference in New Issue
Block a user