diff --git a/anatomy/static/css/anatomy.css b/anatomy/static/css/anatomy.css index f9b9385a..3042477e 100644 --- a/anatomy/static/css/anatomy.css +++ b/anatomy/static/css/anatomy.css @@ -275,4 +275,8 @@ img.uploading:hover { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(142, 68, 173, 0); } +} + +#annotation-json-content { + display: none; } \ No newline at end of file diff --git a/anatomy/templates/anatomy/mark.html b/anatomy/templates/anatomy/mark.html index c8fd5eb5..57e5f4eb 100644 --- a/anatomy/templates/anatomy/mark.html +++ b/anatomy/templates/anatomy/mark.html @@ -2,6 +2,7 @@ {% block content %}
{{ question.question_type }}
{{ question.image_annotations }}