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