From c2dbd21b73d8ea8830cf2c80eac83fd5c681b16a Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Thu, 8 Oct 2020 09:08:05 +0100 Subject: presentation changes - looking better --- .../caf/templates/caf/applicablesystem_list.html | 4 +- ctrack/caf/templates/caf/caf_list.html | 65 ++++++++++------------ 2 files changed, 31 insertions(+), 38 deletions(-) (limited to 'ctrack/caf') diff --git a/ctrack/caf/templates/caf/applicablesystem_list.html b/ctrack/caf/templates/caf/applicablesystem_list.html index a87d7e9..b34fa33 100644 --- a/ctrack/caf/templates/caf/applicablesystem_list.html +++ b/ctrack/caf/templates/caf/applicablesystem_list.html @@ -5,12 +5,10 @@ {% block title %}Systems in Scope{% endblock %} {% block content %} - -
+

Systems in Scope

- diff --git a/ctrack/caf/templates/caf/caf_list.html b/ctrack/caf/templates/caf/caf_list.html index 493fb29..b7433c7 100644 --- a/ctrack/caf/templates/caf/caf_list.html +++ b/ctrack/caf/templates/caf/caf_list.html @@ -5,41 +5,36 @@ {% block title %} CAF - All CAF Summary {% endblock %} {% block content %} -
-
-
-

CAF List

-
-
-
- - - - - - - - - {% for caf in object_list %} - - - - - - - {% endfor %} -
OrganisationLinkSub ModeApplicable Systems
{{ caf.organisation }} - {{ caf.version }}{{ caf.sub_mode }} - -
-
-
-
+
+

CAF List

+
+
+ + + + + + + + + + {% for caf in object_list %} + + + + + + + {% endfor %} +
OrganisationLinkSub ModeApplicable Systems
{{ caf.organisation }} + {{ caf.version }}{{ caf.sub_mode }} + +
-- cgit v1.2.3