.
This commit is contained in:
@@ -44,6 +44,7 @@ class AnatomyAdmin(VersionAdmin):
|
||||
#IncorrectAnatomyAnswersInline,
|
||||
ExamInline,
|
||||
]
|
||||
view_on_site = True
|
||||
|
||||
exclude = [ "image_annotations" ]
|
||||
|
||||
|
||||
+2
-1
@@ -41,7 +41,8 @@ class RapidAdminForm(ModelForm):
|
||||
fields = [
|
||||
"normal", "abnormality", "region", "laterality", "examination",
|
||||
#"site",
|
||||
"sign", "condition", "feedback", "author"
|
||||
#"sign", "condition",
|
||||
"feedback", "author"
|
||||
]
|
||||
|
||||
widgets = {
|
||||
|
||||
+1
-1
@@ -393,7 +393,7 @@ class RapidCreationDefault(models.Model):
|
||||
def get_absolute_url(self):
|
||||
return reverse('rapids:rapid_create')
|
||||
|
||||
@reversion.register
|
||||
#@reversion.register
|
||||
class Exam(ExamBase):
|
||||
app_name = "rapids"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user