diff --git a/anatomy/templates/anatomy/exam_overview.html b/anatomy/templates/anatomy/exam_overview.html
index 7504006f..110927cc 100644
--- a/anatomy/templates/anatomy/exam_overview.html
+++ b/anatomy/templates/anatomy/exam_overview.html
@@ -4,9 +4,9 @@
{% load thumbnail %}
-
Edit
-
Delete
{% if can_edit %}
+
Edit
+
Delete
Delete
{% endif %}
{% if request.user.is_superuser %}
diff --git a/longs/templates/longs/exam_overview.html b/longs/templates/longs/exam_overview.html
index 17f0e4d0..70c0027a 100644
--- a/longs/templates/longs/exam_overview.html
+++ b/longs/templates/longs/exam_overview.html
@@ -4,10 +4,10 @@
{% load thumbnail %}
+ {% if can_edit %}
Edit
Delete
- {% if can_edit %}
-
Delete
+
Delete
{% endif %}
{% if request.user.is_superuser %}
Admin Edit
diff --git a/rapids/templates/rapids/exam_overview.html b/rapids/templates/rapids/exam_overview.html
index 6dbc48f3..f52652b9 100644
--- a/rapids/templates/rapids/exam_overview.html
+++ b/rapids/templates/rapids/exam_overview.html
@@ -4,9 +4,9 @@
{% load thumbnail %}