From bc10c9df7b9d3678e4efd9d05055f41ccd8a763f Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sun, 18 Oct 2020 14:29:08 +0100 Subject: added nice icons for adding org events --- .../organisations/organisation_detail.html | 53 ++++++++++++++++++++-- 1 file changed, 48 insertions(+), 5 deletions(-) (limited to 'ctrack/organisations') diff --git a/ctrack/organisations/templates/organisations/organisation_detail.html b/ctrack/organisations/templates/organisations/organisation_detail.html index 82c802f..862bff4 100644 --- a/ctrack/organisations/templates/organisations/organisation_detail.html +++ b/ctrack/organisations/templates/organisations/organisation_detail.html @@ -46,10 +46,10 @@ No {% endif %} - - Lead Inspector: - {{ object.lead_inspector.name }} - + + Lead Inspector: + {{ object.lead_inspector.name }} + Deputy Lead Inspector: {{ object.deputy_lead_inspector.name }} @@ -92,7 +92,8 @@ {% if applicable_systems|length > 0 %} {% for es in essential_services %} - {{ es.name }} {{ es.description }} @@ -222,6 +223,48 @@ Add new... +
+ + + + + New meeting | + + + + + New phone call | + + + + + + New video call | + + + + + + New email | + + + + + + + New note + +
-- cgit v1.2.3