From 2860761d7981ad6ea29ed1577de519283f5993f5 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Thu, 15 Oct 2020 15:37:28 +0100 Subject: more consistency work on tables --- .../caf/templates/caf/applicablesystem_list.html | 94 ++++++++++++---------- .../templates/organisations/person_list.html | 2 +- 2 files changed, 53 insertions(+), 43 deletions(-) (limited to 'ctrack') diff --git a/ctrack/caf/templates/caf/applicablesystem_list.html b/ctrack/caf/templates/caf/applicablesystem_list.html index 6552f45..416f771 100644 --- a/ctrack/caf/templates/caf/applicablesystem_list.html +++ b/ctrack/caf/templates/caf/applicablesystem_list.html @@ -1,53 +1,63 @@ {% extends "base.html" %} - {% load static %} {% block title %}Systems in Scope{% endblock %} + {% block content %} - + -
-
-
-

Systems in Scope

- - - - - - - - - - - - - - {% for sys in object_list %} - - - - - - - - - - - {% endfor %} -
OrganisationSystemCAFsSub ModeConfidence GradeTriage Review DateReview InspectorPOC
{{ sys.get_organisation.name }}{{ sys.name }} -
    - {% for c in sys.caf_set.all %} -
  • {{ c }}
  • - {% endfor %} -
-
{{ sys.get_organisation.submode }}hello!hellohellohello
-
+
+

Systems in Scope

[Create new...] +
+
+ + + + + + + + + + + + + + {% for sys in object_list %} + + + + + + + + + + + {% endfor %} +
OrganisationSystemCAFsSub ModeConfidence GradeTriage Review DateReview InspectorPOC
+ {{ sys.get_organisation.name }} + {{ sys.name }} +
    + {% for c in sys.caf_set.all %} +
  • {{ c }}
  • + {% endfor %} +
+
{{ sys.get_organisation.submode }}hello!hellohellohello
+
-
+
{% endblock content %} diff --git a/ctrack/organisations/templates/organisations/person_list.html b/ctrack/organisations/templates/organisations/person_list.html index 54861ea..24faa59 100644 --- a/ctrack/organisations/templates/organisations/person_list.html +++ b/ctrack/organisations/templates/organisations/person_list.html @@ -22,7 +22,7 @@

People

[Create new...]
- +
-- cgit v1.2.3
Person