lots of further updates
This commit is contained in:
+4
-1
@@ -695,4 +695,7 @@ class CaseCollectionAuthorForm(ExamAuthorFormMixin):
|
||||
|
||||
class CaseAuthorForm(ExamAuthorFormMixin):
|
||||
class Meta(ExamAuthorFormMixin.Meta):
|
||||
model = Case
|
||||
model = Case
|
||||
class SeriesAuthorForm(ExamAuthorFormMixin):
|
||||
class Meta(ExamAuthorFormMixin.Meta):
|
||||
model = Series
|
||||
Reference in New Issue
Block a user