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