This commit is contained in:
Ross
2021-09-29 19:31:34 +01:00
parent 1b2c8e8b33
commit f5a62a7419
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
{% if can_edit %}
<a href="{% url 'anatomy:exam_update' exam.id %}" title="Edit the Exam">Edit</a>
<a href="{% url 'anatomy:exam_delete' exam.id %}" title="Delete the Exam">Delete</a>
<a href="{% url 'anatomy:exam_clone' exam.id %}" title="Clone the Exam">Delete</a>
<a href="{% url 'anatomy:exam_clone' exam.id %}" title="Clone the Exam">Clone</a>
{% endif %}
{% if request.user.is_superuser %}
<a href="{% url 'admin:anatomy_exam_change' exam.id %}" title="Edit the Exam using the admin interface">Admin Edit</a>
+1 -1
View File
@@ -7,7 +7,7 @@
{% if can_edit %}
<a href="{% url 'longs:exam_update' exam.id %}" title="Edit the Exam">Edit</a>
<a href="{% url 'longs:exam_delete' exam.id %}" title="Delete the Exam">Delete</a>
<a href="{% url 'longs:exam_clone' exam.id %}" title="Clone the Exam">Delete</a>
<a href="{% url 'longs:exam_clone' exam.id %}" title="Clone the Exam">Clone</a>
{% endif %}
{% if request.user.is_superuser %}
<a href="{% url 'admin:longs_exam_change' exam.id %}" title="Edit the Exam using the admin interface">Admin Edit</a>
+1 -1
View File
@@ -7,7 +7,7 @@
{% if can_edit %}
<a href="{% url 'rapids:exam_update' exam.id %}" title="Edit the Exam">Edit</a>
<a href="{% url 'rapids:exam_delete' exam.id %}" title="Delete the Exam">Delete</a>
<a href="{% url 'rapids:exam_clone' exam.id %}" title="Clone the Exam">Delete</a>
<a href="{% url 'rapids:exam_clone' exam.id %}" title="Clone the Exam">Clone</a>
{% endif %}
{% if request.user.is_superuser %}
<a href="{% url 'admin:rapids_exam_change' exam.id %}" title="Edit the Exam using the admin interface">Admin