This commit is contained in:
Ross
2021-12-05 16:05:50 +00:00
parent b474d9c2b3
commit 58cee0067f
+4 -4
View File
@@ -5,11 +5,11 @@
<div class="floating-header">
{% comment %} <a href="{% url 'atlas:case_update' pk=case.pk %}" title="Edit the Condition">Edit</a>
<a href="{% url 'atlas:case_delete' pk=case.pk %}" title="Delete the Case">Delete</a>
<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>
{% if request.user.is_superuser %}
<a href="{% url 'admin:atlas_case_change' case.id %}" title="Edit the Case using the admin interface">Admin Edit</a>
{% endif %} {% endcomment %}
<a href="{% url 'admin:atlas_condition_change' case.id %}" title="Edit the Condition using the admin interface">Admin Edit</a>
{% endif %}
</div>
<div>
<h3>Name: {{condition.name}}</h3>