From d0e2c7daa99f65a602b207a6c57ab9fa1e553651 Mon Sep 17 00:00:00 2001 From: cuom1999 Date: Thu, 24 Mar 2022 17:34:03 -0500 Subject: [PATCH] Fix duplicate view comment --- templates/problem/problem.html | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/templates/problem/problem.html b/templates/problem/problem.html index cd01943..30e3716 100644 --- a/templates/problem/problem.html +++ b/templates/problem/problem.html @@ -399,17 +399,6 @@ {% endif %} - {% if not (contest_problem and contest_problem.contest.use_clarifications) %} -
-
- {% if has_comments %} - {{_('View comments')}} ({{comment_list.count()}}) - {% else %} - {{_('Be the first to comment')}} - {% endif %} -
-
- {% endif %} {% endblock %} {% block comments %}