tidy up the marker changes

This commit is contained in:
Ross
2024-08-05 13:20:29 +01:00
parent e46f843284
commit b73b43d155
24 changed files with 300 additions and 58 deletions
+2
View File
@@ -195,6 +195,8 @@ class ExamMarkerFormMixin(ModelForm):
queryset=User.objects.all(),
widget=FilteredSelectMultiple(verbose_name="Markers", is_stacked=False),
)
self.fields["markers"].required = False
class ExaminationForm(ModelForm):