.
This commit is contained in:
+1
-1
@@ -104,7 +104,7 @@ class AnatomyQuestionForm(ModelForm):
|
||||
queryset=BodyPart.objects.all(),
|
||||
)
|
||||
|
||||
self.fields["answer_suggest_incorrect"] = CharField(max_length=255, required=False)
|
||||
#self.fields["answer_suggest_incorrect"] = CharField(max_length=255, required=False)
|
||||
|
||||
if self.user.groups.filter(name="anatomy_checker").exists():
|
||||
exam_queryset = Exam.objects.all()
|
||||
|
||||
Reference in New Issue
Block a user