From 6a8bded8254cb55ce554e505ab95001b0e492555 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 1 Sep 2025 22:02:55 +0100 Subject: [PATCH] Add Shorts category to CID_GROUP_EXAMS for exam grouping --- generic/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/generic/models.py b/generic/models.py index a29298ca..4b99ac29 100644 --- a/generic/models.py +++ b/generic/models.py @@ -1606,6 +1606,7 @@ CID_GROUP_EXAMS = ( ("Physics", "physics_cid_user_groups"), ("Anatomy", "anatomy_cid_user_groups"), ("Rapids", "rapid_cid_user_groups"), + ("Shorts", "shorts_cid_user_groups"), ("Longs", "longs_cid_user_groups"), )