diff --git a/mo/web/templates/org_round.html b/mo/web/templates/org_round.html
index ad46f86396716815e4d51102fa4cd98f6180e721..2d13b18136d95d201618c4a06af1acfce84f6a19 100644
--- a/mo/web/templates/org_round.html
+++ b/mo/web/templates/org_round.html
@@ -63,7 +63,7 @@
 	<tr><td>Výsledková listina<td>{{ round.master.score_mode.friendly_name() }}
 	<tr><td>Hranice bodů pro vítěze<td>{{ round.master.score_winner_limit|decimal|none_value(Markup('<i>nenastaveno</i>')) }}
 	<tr><td>Hranice bodů pro úspěšné řešitele<td>{{ round.master.score_successful_limit|decimal|none_value(Markup('<i>nenastaveno</i>')) }}
-	<tr><td>Přesnost bodování<td>{{ round.points_step_name() }}
+	<tr><td>Přesnost bodování<td>{{ round.master.points_step_name() }}
 </table>
 <div style="clear: both;"></div>