.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user