Lots of improvemnets
This commit is contained in:
@@ -64,6 +64,11 @@ class RapidCreationDefaultForm(ModelForm):
|
||||
exclude = ["author"]
|
||||
|
||||
|
||||
class RapidQuestionAnswerForm(ModelForm):
|
||||
class Meta:
|
||||
model = Rapid
|
||||
fields = []
|
||||
|
||||
class RapidForm(ModelForm):
|
||||
|
||||
# exams = ModelMultipleChoiceField(required=False, queryset=Exam.objects.all(),widget=FilteredSelectMultiple(verbose_name="Exams", is_stacked=False))
|
||||
|
||||
Reference in New Issue
Block a user