From 1e2993a8e092bf4b725ebc23d6e79fe60a8b8978 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Tue, 29 Sep 2020 16:21:13 +0100 Subject: Delete button now works for Engagement Event --- .../organisations/organisation_detail.html | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) (limited to 'ctrack/organisations/templates') diff --git a/ctrack/organisations/templates/organisations/organisation_detail.html b/ctrack/organisations/templates/organisations/organisation_detail.html index 97f7429..d1dbd2c 100644 --- a/ctrack/organisations/templates/organisations/organisation_detail.html +++ b/ctrack/organisations/templates/organisations/organisation_detail.html @@ -134,9 +134,7 @@
- +
@@ -200,9 +198,9 @@
-
Engagements & Compliance EventsAdd - new...
+
+ Engagements & Compliance Events + Add new...
@@ -213,14 +211,15 @@ + {% if engagement_events|length > 0 %} {% for event in engagement_events %} - - - + + + {% if event.related_caf %} {% else %} @@ -240,11 +239,9 @@ {% endif %} {% endif %} + {% endfor %} - {% else %} - Add - new... {% endif %}
CAF Response Requested Response DueActions
{{ event.date |date:"D d M Y H:i" }}{{ event.type }}{{ event.short_description }}{{ event.date |date:"d M Y H:i" }}{{ event.type }}{{ event.short_description }}{{ event.related_caf }}NAEdit Delete
-- cgit v1.2.3