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 ++++++++++++++++++++-- .../templates/single_datetime_event_create.html | 1 + 2 files changed, 49 insertions(+), 5 deletions(-) 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 + +
diff --git a/ctrack/register/templates/single_datetime_event_create.html b/ctrack/register/templates/single_datetime_event_create.html index 34ff22c..d88d19a 100644 --- a/ctrack/register/templates/single_datetime_event_create.html +++ b/ctrack/register/templates/single_datetime_event_create.html @@ -16,5 +16,6 @@ {% csrf_token %} {{ form|crispy }} + Cancel {% endblock form %} -- cgit v1.2.3