diff --git a/generic/models.py b/generic/models.py index 8d51b95f..48afef4c 100644 --- a/generic/models.py +++ b/generic/models.py @@ -285,6 +285,7 @@ class CidUser(models.Model): ("SBAs", "sba_exams"), ("Anatomy", "anatomy_exams"), ("Longs", "longs_exams"), + ("CaseCollection", "casecollection_exams"), ) cid = models.IntegerField(blank=True, null=True, unique=True)