From b58ec416d86fc8a4c7816fe96d2b1030deff37a5 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 1 Jun 2020 16:02:05 +0100 Subject: can add an engagement event --- .../organisations/organisation_detail.html | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'ctrack/organisations/templates') diff --git a/ctrack/organisations/templates/organisations/organisation_detail.html b/ctrack/organisations/templates/organisations/organisation_detail.html index 2479f50..29d188c 100644 --- a/ctrack/organisations/templates/organisations/organisation_detail.html +++ b/ctrack/organisations/templates/organisations/organisation_detail.html @@ -94,6 +94,35 @@ + +
+
+
+
+
OES EngagementsAdd + new...
+
+ + {% if engagement_events|length > 0 %} + {% for event in engagement_events %} + + + + + {% endfor %} + {% else %} + Add + new... + {% endif %} +
{{ ass.name }}{{ ass.description }}
+ + {{ ass.caf }} + | Edit System +
+
+
+
+
-- cgit v1.2.3