From f5a62a74191adee5f4acb33bc69c5ccf399d9260 Mon Sep 17 00:00:00 2001 From: Ross Date: Wed, 29 Sep 2021 19:31:34 +0100 Subject: [PATCH] . --- anatomy/templates/anatomy/exam_overview.html | 2 +- longs/templates/longs/exam_overview.html | 2 +- rapids/templates/rapids/exam_overview.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anatomy/templates/anatomy/exam_overview.html b/anatomy/templates/anatomy/exam_overview.html index 110927cc..927362b2 100644 --- a/anatomy/templates/anatomy/exam_overview.html +++ b/anatomy/templates/anatomy/exam_overview.html @@ -7,7 +7,7 @@ {% if can_edit %} Edit Delete - Delete + Clone {% endif %} {% if request.user.is_superuser %} Admin Edit diff --git a/longs/templates/longs/exam_overview.html b/longs/templates/longs/exam_overview.html index 70c0027a..6f258700 100644 --- a/longs/templates/longs/exam_overview.html +++ b/longs/templates/longs/exam_overview.html @@ -7,7 +7,7 @@ {% if can_edit %} Edit Delete - Delete + Clone {% 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 f52652b9..9ea09651 100644 --- a/rapids/templates/rapids/exam_overview.html +++ b/rapids/templates/rapids/exam_overview.html @@ -7,7 +7,7 @@ {% if can_edit %} Edit Delete - Delete + Clone {% endif %} {% if request.user.is_superuser %} Admin