From ab7cdd56ccf077fa7c169fa359fb39d29b6de909 Mon Sep 17 00:00:00 2001 From: Emmy D'Anello Date: Sat, 13 Apr 2024 20:08:47 +0200 Subject: [PATCH] Update scale in passage detail view Signed-off-by: Emmy D'Anello --- participation/templates/participation/passage_detail.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/participation/templates/participation/passage_detail.html b/participation/templates/participation/passage_detail.html index 93489b2..b5efcaa 100644 --- a/participation/templates/participation/passage_detail.html +++ b/participation/templates/participation/passage_detail.html @@ -88,13 +88,13 @@ {% trans "Average points for the defender oral" %} ({{ passage.defender.team.trigram }}) : -
{{ passage.average_defender_oral|floatformat }}/16
+
{{ passage.average_defender_oral|floatformat }}/20
{% trans "Average points for the opponent writing" %} ({{ passage.opponent.team.trigram }}) :
-
{{ passage.average_opponent_writing|floatformat }}/9
+
{{ passage.average_opponent_writing|floatformat }}/10
{% trans "Average points for the opponent oral" %} @@ -106,7 +106,7 @@ {% trans "Average points for the reporter writing" %} ({{ passage.reporter.team.trigram }}) :
-
{{ passage.average_reporter_writing|floatformat }}/9
+
{{ passage.average_reporter_writing|floatformat }}/10
{% trans "Average points for the reporter oral" %}