From e627ee10c73b0662f97619d4cda289a90a1aed38 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Tue, 20 Oct 2020 11:08:41 +0100 Subject: more home page tweaking --- ctrack/caf/templates/caf/applicablesystem_list.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ctrack/caf') diff --git a/ctrack/caf/templates/caf/applicablesystem_list.html b/ctrack/caf/templates/caf/applicablesystem_list.html index 416f771..651d389 100644 --- a/ctrack/caf/templates/caf/applicablesystem_list.html +++ b/ctrack/caf/templates/caf/applicablesystem_list.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% load static %} -{% block title %}Systems in Scope{% endblock %} +{% block title %}Critical Systems{% endblock %} {% block content %} @@ -19,14 +19,14 @@
-

Systems in Scope

[Create new...] +

Critical Systems

[Create new...]
- + @@ -37,10 +37,10 @@ {% for sys in object_list %} + -
Organisation SystemOrganisation CAFs Sub Mode Confidence Grade
{{ sys.name }} {{ sys.get_organisation.name }} {{ sys.name }}
    {% for c in sys.caf_set.all %} -- cgit v1.2.3