fix some relations

This commit is contained in:
Ross
2024-07-29 12:58:16 +01:00
parent 21f85c3cac
commit 88584f4c37
7 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -549,7 +549,7 @@ class ExamOrCollectionGenericBase(models.Model, AuthorMixin):
"""
# Is this actually used?
# Is this actually used? It is but should be replaced on the inherited class
cid_users = GenericRelation("generic.CidUserExam")
name = models.CharField(max_length=200, help_text="Name of the exam/collection")