From 5574b1bc468f3e7e482506a4bdecf731df705f5d Mon Sep 17 00:00:00 2001 From: Le Bao Hiep Date: Sun, 22 Oct 2023 23:04:44 +0700 Subject: [PATCH] Fix problem labels in contest detail page Use `contest.get_label_for_problem` to match ranking page --- templates/contest/contest.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/contest/contest.html b/templates/contest/contest.html index ce5bdefea..d6ff040c9 100644 --- a/templates/contest/contest.html +++ b/templates/contest/contest.html @@ -209,7 +209,7 @@

{{loop.index}} + {{contest.get_label_for_problem(loop.index0)}} {% if request.user.is_authenticated %} {% if problem.id in completed_problem_ids %}