allow merging of examinations
This commit is contained in:
@@ -128,6 +128,8 @@ class ExaminationForm(ModelForm):
|
||||
model = Examination
|
||||
fields = ["examination", "modality"]
|
||||
|
||||
class ExaminationMergeForm(Form):
|
||||
examination_to_merge_into = ModelChoiceField(queryset=Examination.objects.all())
|
||||
|
||||
class QuestionNoteForm(ModelForm):
|
||||
class Meta:
|
||||
|
||||
Reference in New Issue
Block a user