diff --git a/anatomy/templates/anatomy/exam_overview.html b/anatomy/templates/anatomy/exam_overview.html
index 54939f88..de7ba108 100644
--- a/anatomy/templates/anatomy/exam_overview.html
+++ b/anatomy/templates/anatomy/exam_overview.html
@@ -54,15 +54,19 @@
{{ author }},
{% endfor %}
-
+ {% if can_edit %}
+
+ {% endif %}
JSON creation time: {{exam.json_creation_time}} ({{exam.json_creation_time|date:"c"}}),
JSON creation id: {{exam.exam_json_id}}
JSON
Refresh JSON cache
-
-
+ {% if request.user.is_superuser %}
+
+
+ {% endif %}