This commit is contained in:
Ross
2021-12-05 16:07:09 +00:00
parent f59b9864e4
commit 8a6af301eb
+2 -1
View File
@@ -8,7 +8,8 @@
<a href="{% url 'atlas:condition_update' pk=condition.pk %}" title="Edit the Condition">Edit</a> <a href="{% url 'atlas:condition_update' pk=condition.pk %}" title="Edit the Condition">Edit</a>
<a href="{% url 'atlas:condition_delete' pk=condition.pk %}" title="Delete the Condition">Delete</a> <a href="{% url 'atlas:condition_delete' pk=condition.pk %}" title="Delete the Condition">Delete</a>
{% if request.user.is_superuser %} {% if request.user.is_superuser %}
<a href="{% url 'admin:atlas_condition_change' condition.id %}" title="Edit the Condition using the admin interface">Admin Edit</a> <a href="{% url 'admin:atlas_condition_change' condition.id %}"
title="Edit the Condition using the admin interface">Admin Edit</a>
{% endif %} {% endif %}
</div> </div>
<div> <div>