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",
"body_part",
"description",
"open_access",
]
widgets = {}
+1
View File
@@ -159,6 +159,7 @@ class RapidForm(ModelForm):
"examination",
# "site",
"feedback",
"open_access",
]
# fields = ['question', 'feedback', 'subspecialty', 'references']
widgets = {