diff --git a/templates/problem/list.html b/templates/problem/list.html index 46d11e2..6c177f9 100644 --- a/templates/problem/list.html +++ b/templates/problem/list.html @@ -32,6 +32,9 @@ {{ _('Problem code') }} + + {{ _('Category') }}{{ sort_order.group }} + {% if show_types %} {{ _('Types') }}{{ sort_order.type }} @@ -94,6 +97,9 @@ {{ problem.code }} + {% if not request.in_contest_mode %} + {{ problem.group.full_name }} + {% endif %} {% if show_types %} {% for type in problem.types_list %}