diff --git a/atlas/templates/atlas/case_display_block.html b/atlas/templates/atlas/case_display_block.html
index 9fcc360d..a9a59d2b 100755
--- a/atlas/templates/atlas/case_display_block.html
+++ b/atlas/templates/atlas/case_display_block.html
@@ -25,10 +25,6 @@
{% endfor %}
Add new series
-
Author(s): {% for author in case.author.all %} {{author}}, {% endfor %}
-Checked by: {% for verified in case.verified.all %} {{verified}}, {% endfor %}
{% comment %}Scrapped: {{ case.scrapped }} (toggle) {% endcomment %} @@ -54,8 +50,19 @@
+Checked by: {% for verified in case.verified.all %} {{verified}}, {% endfor %}
> + +Author(s): {% for author in case.author.all %} {{author}}, {% endfor %}
\ No newline at end of file