From 1b2c8e8b33047486159121ab392623a1ecd33523 Mon Sep 17 00:00:00 2001 From: Ross Date: Wed, 29 Sep 2021 19:30:53 +0100 Subject: [PATCH] . --- anatomy/templates/anatomy/exam_overview.html | 4 ++-- longs/templates/longs/exam_overview.html | 4 ++-- rapids/templates/rapids/exam_overview.html | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) 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 %}
- Edit - Delete {% if can_edit %} + Edit + Delete Delete {% endif %} {% if request.user.is_superuser %}