From 5dc861c4e01f2aab286e197a692ca38fc84cd861 Mon Sep 17 00:00:00 2001 From: thanhluong Date: Sun, 3 May 2020 07:11:33 +0000 Subject: [PATCH] Uppercase problems' code --- templates/problem/list.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/templates/problem/list.html b/templates/problem/list.html index 115a818..ca40f89 100644 --- a/templates/problem/list.html +++ b/templates/problem/list.html @@ -287,7 +287,7 @@ - {{ problem.code }} + {{ problem.code }} {{ problem.group.full_name }} @@ -321,4 +321,12 @@
+ + + {% endblock %}