From 37a5818eb76ad75055807d300d1cdd6fb5821b0a Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 1 Jun 2020 16:32:03 +0100 Subject: engagement events now appear on org page --- .../templates/organisations/organisation_detail.html | 12 ++++-------- 1 file changed, 4 insertions(+), 8 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 29d188c..bf16c87 100644 --- a/ctrack/organisations/templates/organisations/organisation_detail.html +++ b/ctrack/organisations/templates/organisations/organisation_detail.html @@ -99,23 +99,19 @@
-
OES EngagementsAdd +
{% if engagement_events|length > 0 %} {% for event in engagement_events %} - - + + {% endfor %} {% else %} - Add + Add new... {% endif %}
{{ ass.name }}{{ ass.description }}
- - {{ ass.caf }} - | Edit System -
{{ event.type}}{{ event.short_description }}
-- cgit v1.2.3