add create exam form to rapids

This commit is contained in:
Ross
2021-04-04 20:07:51 +01:00
parent 845ab6c377
commit 04596da2e4
7 changed files with 33 additions and 9 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ from django.forms import (
from django.forms import inlineformset_factory
from generic.models import (
Examination,
Examination
)
from django.contrib.admin.widgets import FilteredSelectMultiple
@@ -19,4 +19,4 @@ from django.forms.widgets import RadioSelect, TextInput, Textarea
class ExaminationForm(ModelForm):
class Meta:
model = Examination
fields = ["examination"]
fields = ["examination"]