This commit is contained in:
Ross
2021-12-05 16:07:03 +00:00
parent 58cee0067f
commit f59b9864e4
+3 -3
View File
@@ -5,10 +5,10 @@
<div class="floating-header">
<a href="{% url 'atlas:condition_update' pk=case.pk %}" title="Edit the Condition">Edit</a>
<a href="{% url 'atlas:condition_delete' pk=case.pk %}" title="Delete the Condition">Delete</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>
{% if request.user.is_superuser %}
<a href="{% url 'admin:atlas_condition_change' case.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 %}
</div>
<div>