From 8216e0943f7015fb6c8becc94fdea00bab69a8cc Mon Sep 17 00:00:00 2001 From: Emmy D'Anello Date: Mon, 20 May 2024 16:06:40 +0200 Subject: [PATCH] Don't display final selection in the final tournament page Signed-off-by: Emmy D'Anello --- participation/templates/participation/tournament_detail.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/participation/templates/participation/tournament_detail.html b/participation/templates/participation/tournament_detail.html index 0150ad7..e041b54 100644 --- a/participation/templates/participation/tournament_detail.html +++ b/participation/templates/participation/tournament_detail.html @@ -105,7 +105,7 @@ {% for participation, note in notes %}
  • {{ participation.team }} : {{ note|floatformat }} - {% if available_notes_2 %} + {% if available_notes_2 or user.registration.is_volunteer %} {% if not tournament.final and participation.mention %} — {{ participation.mention }} {% endif %} @@ -113,7 +113,7 @@ — {{ participation.mention_final }} {% endif %} {% endif %} - {% if participation.final %} + {% if participation.final and not tournament.final %} {% trans "Selected for final tournament" %}