From a0c6454933b7d069eae04b1f8f64efe1ce991dad Mon Sep 17 00:00:00 2001 From: cuom1999 Date: Sun, 5 Jun 2022 12:00:21 -0500 Subject: [PATCH] Not display category in problem table --- templates/problem/list.html | 6 ------ 1 file changed, 6 deletions(-) diff --git a/templates/problem/list.html b/templates/problem/list.html index 6c177f9..46d11e2 100644 --- a/templates/problem/list.html +++ b/templates/problem/list.html @@ -32,9 +32,6 @@ {{ _('Problem code') }} - - {{ _('Category') }}{{ sort_order.group }} - {% if show_types %} {{ _('Types') }}{{ sort_order.type }} @@ -97,9 +94,6 @@ {{ problem.code }} - {% if not request.in_contest_mode %} - {{ problem.group.full_name }} - {% endif %} {% if show_types %} {% for type in problem.types_list %}