From 2fca5a098d2c9df4511ba2e6d0ed44349b04c450 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 1 Sep 2025 22:04:22 +0100 Subject: [PATCH] Add Shorts category to USER_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 4b99ac29..ef4a421b 100644 --- a/generic/models.py +++ b/generic/models.py @@ -1654,6 +1654,7 @@ USER_GROUP_EXAMS = ( ("Physics", "physics_user_user_groups"), ("Anatomy", "anatomy_user_user_groups"), ("Rapids", "rapid_user_user_groups"), + ("Shorts", "shorts_user_user_groups"), ("Longs", "longs_user_user_groups"), )