From 6ee4eaf0f0406948d119a645220858207ee4af92 Mon Sep 17 00:00:00 2001 From: cuom1999 Date: Sat, 27 Aug 2022 22:03:39 -0500 Subject: [PATCH] Fix typo --- templates/problem/problem.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/problem/problem.html b/templates/problem/problem.html index 7814e9f..6111dea 100644 --- a/templates/problem/problem.html +++ b/templates/problem/problem.html @@ -109,7 +109,7 @@ $('#comment-announcement').click(); } - {% if not available_judge %} + {% if not available_judges %} $('#judge-toggle').click(); {% endif %} });