This commit is contained in:
Ross
2021-04-23 09:11:47 +01:00
parent c10c307584
commit 1d8882deab
4 changed files with 9 additions and 9 deletions
+5
View File
@@ -191,3 +191,8 @@ class BodyPartForm(ModelForm):
class Meta:
model = BodyPart
fields = ["bodypart"]
class ExamForm(ModelForm):
class Meta:
model = Exam
fields = ["name", "time_limit", "exam_mode"]