This commit is contained in:
Ross
2022-01-06 11:06:19 +00:00
parent 3d4f5a4a21
commit bf6b8c20ed
@@ -3,9 +3,9 @@
<a href="{% url app_name|add:':exam_delete' exam.id %}" title="Delete the Exam">Delete</a>
<a href="{% url app_name|add:':exam_clone' exam.id %}" title="Clone the Exam">Clone</a>
{% endif %}
{% comment %} {% 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>
{% endif %} {% endcomment %}
{% if request.user.is_superuser %}
<a href="{% url 'admin:'|add:app_name|add:'_exam_change' exam.id %}" title="Edit the Exam using the admin interface">Admin Edit</a>
{% endif %}
<h1>Exam: {{ exam.name }}</h1>
{% include 'exam_notes.html' %}