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 %}