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" %}