From afb2e3aca91f9c0228bd2a5c7a30709b2f324dcf Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 19 Oct 2020 11:28:43 +0100 Subject: moved engagements table up the page --- .../organisations/organisation_detail.html | 158 +++++++++++---------- 1 file changed, 82 insertions(+), 76 deletions(-) diff --git a/ctrack/organisations/templates/organisations/organisation_detail.html b/ctrack/organisations/templates/organisations/organisation_detail.html index b0b1a79..8a3d644 100644 --- a/ctrack/organisations/templates/organisations/organisation_detail.html +++ b/ctrack/organisations/templates/organisations/organisation_detail.html @@ -81,7 +81,89 @@ +
+
+
+
+
+
+ Engagements & Compliance Events +
+
+ + + + + New + meeting | + + + + + New + phone call | + + + + + + New + video call | + + + + + + New + email | + + + + + + + New + note +
+ +
+ {% for event in single_datetime_events %} +
+
+
{{ event.short_description }} | Edit + {% if event.private %} + PRIVATE + {% endif %} +
+
+ {{ event.type_descriptor }} + {{ event.datetime|date:"l j F Y" }}, {{ event.datetime|date:"G:i" }} +
+

{{ event.comments }}

+ Participants: + {% for person in event.participants.all %} + {{ person }}   + {% endfor %} +
+
+ {% endfor %} +
+
+
+
+
@@ -214,83 +296,7 @@
-
-
-
-
-
- Engagements & Compliance Events -
-
- - - - - New - meeting | - - - - - New - phone call | - - - - - - New - video call | - - - - - - New - email | - - - - - - New - note -
- -
- {% for event in single_datetime_events %} -
-
-
{{ event.short_description }} | Edit
-
- {{ event.type_descriptor }} - {{ event.datetime|date:"l j F Y" }}, {{ event.datetime|date:"G:i" }} -
-

{{ event.comments }}

- Participants: - {% for person in event.participants.all %} - {{ person }}   - {% endfor %} -
-
- {% endfor %} -
-
-
-
-

People

-- cgit v1.2.3