This commit is contained in:
Ross
2022-04-26 21:57:28 +01:00
parent 5f74f2c1cb
commit 2575ed798b
4 changed files with 40 additions and 2 deletions
+1 -1
View File
@@ -651,7 +651,7 @@ class CaseCollection(models.Model):
CidUser, blank=True, related_name="casecollection_exams"
)
cid_user_groups = models.ManyToManyField(CidUserGroup, blank=True)
cid_user_groups = models.ManyToManyField(CidUserGroup, blank=True, help_text="These groups define which candidates are able to be added to the exams/collection.")
archive = models.BooleanField(default=False)