more rapid merging/fixing

This commit is contained in:
Ross
2021-01-18 13:40:28 +00:00
parent 508934f94c
commit 542e559ed1
7 changed files with 216 additions and 150 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ class RapidForm(ModelForm):
#fields = '__all__'
fields = [
"normal", "abnormality", "region", "laterality", "examination",
"condition", "sign", "site", "feedback"
"site", "feedback"
]
#fields = ['question', 'feedback', 'subspecialty', 'references']
widgets = {