From d0ac92914d71f7909ee539cb17f7730003ec2874 Mon Sep 17 00:00:00 2001 From: cuom1999 Date: Sun, 5 Jun 2022 12:05:25 -0500 Subject: [PATCH] Add back category --- templates/problem/list.html | 6 ++++++ 1 file changed, 6 insertions(+) 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 %}