diff --git a/cito/templates/view_incident.html b/cito/templates/view_incident.html index b5bfb56..7cbb1a9 100644 --- a/cito/templates/view_incident.html +++ b/cito/templates/view_incident.html @@ -60,27 +60,42 @@

Incident Details

{% endif %} + + + Suppressed ? + + + {% if incident.is_suppressed %} +
{% csrf_token %} + + + +
+ {% else %} No {% endif %} + + - + Action: + {% if incident.status == 'Active' %}
{% csrf_token %} - +
{% csrf_token %} - +
{% elif incident.status == 'Acknowledged' %}
{% csrf_token %} - +
{% endif %}