This commit is contained in:
Ross
2021-10-17 19:19:19 +01:00
parent 5fdd21840d
commit 643d8c5224
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -147,6 +147,7 @@ class AnatomyQuestionForm(ModelForm):
"examination", "examination",
"body_part", "body_part",
"description", "description",
"open_access",
] ]
widgets = {} widgets = {}
+1
View File
@@ -159,6 +159,7 @@ class RapidForm(ModelForm):
"examination", "examination",
# "site", # "site",
"feedback", "feedback",
"open_access",
] ]
# fields = ['question', 'feedback', 'subspecialty', 'references'] # fields = ['question', 'feedback', 'subspecialty', 'references']
widgets = { widgets = {