From 6099b280c509484b6fd9c5e0073b35acc98dd226 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 19 Oct 2020 11:18:01 +0100 Subject: can update single datetimeevents from org page --- .../templates/organisations/organisation_detail.html | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'ctrack/organisations') diff --git a/ctrack/organisations/templates/organisations/organisation_detail.html b/ctrack/organisations/templates/organisations/organisation_detail.html index f1da2cb..b0b1a79 100644 --- a/ctrack/organisations/templates/organisations/organisation_detail.html +++ b/ctrack/organisations/templates/organisations/organisation_detail.html @@ -272,16 +272,17 @@ {% for event in single_datetime_events %}
-
{{ event.short_description }}
-
- {{ event.type_descriptor }} - {{ event.datetime|date:"l j F Y" }}, {{ event.datetime|date:"G:i" }} -
+
{{ 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 %} + Participants: + {% for person in event.participants.all %} + {{ person }}   + {% endfor %}
{% endfor %} -- cgit v1.2.3