From 4bd6e569fef7c9ebda8f63e5064ac90fcfe1c3e4 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Wed, 21 Oct 2020 16:17:40 +0100 Subject: prettied up the org list page --- .../templates/organisations/organisation_list.html | 10 +++++++--- ctrack/templates/base.html | 10 ++++++++++ ctrack/templates/pages/home.html | 4 +++- 3 files changed, 20 insertions(+), 4 deletions(-) diff --git a/ctrack/organisations/templates/organisations/organisation_list.html b/ctrack/organisations/templates/organisations/organisation_list.html index dfce156..f49cd54 100644 --- a/ctrack/organisations/templates/organisations/organisation_list.html +++ b/ctrack/organisations/templates/organisations/organisation_list.html @@ -59,14 +59,18 @@ {{ org.lead_inspector.name }} {% else %} - {{ org.lead_inspector.name }} + Not nominated + {% endif %} + {% if org.deputy_lead_inspector %} + {{ org.deputy_lead_inspector.name }} + {% else %} + Not nominated {% endif %} - {{ org.deputy_lead_inspector.name }} {% if org.primary_contacts %} {% else %} diff --git a/ctrack/templates/base.html b/ctrack/templates/base.html index d25a08f..8594fb4 100644 --- a/ctrack/templates/base.html +++ b/ctrack/templates/base.html @@ -49,6 +49,7 @@ + + diff --git a/ctrack/templates/pages/home.html b/ctrack/templates/pages/home.html index e1314ac..fbc92de 100644 --- a/ctrack/templates/pages/home.html +++ b/ctrack/templates/pages/home.html @@ -16,7 +16,9 @@ demonstrates how collection and analysis of ongoing assessment data - using the CAF as the foundation (the framework, not the spreadsheet) - can be exponentially improved using the simplest of form-based web application.

-

NIS Directive | NCSC NIS Guidance | UK Cyber Strategy

+

NIS Directive | NCSC NIS Guidance | UK Cyber Strategy | CCT + TiME

-- cgit v1.2.3