From cf8e93936d98faf824029dcc18a7df4b07cc8cdd Mon Sep 17 00:00:00 2001 From: MR Lemon Date: Sun, 19 Apr 2020 16:45:09 +0100 Subject: fixed html flow issue --- .../templates/organisations/organisation_detail.html | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'ctrack') diff --git a/ctrack/organisations/templates/organisations/organisation_detail.html b/ctrack/organisations/templates/organisations/organisation_detail.html index 96cae92..f21dccc 100644 --- a/ctrack/organisations/templates/organisations/organisation_detail.html +++ b/ctrack/organisations/templates/organisations/organisation_detail.html @@ -16,7 +16,7 @@
-
+
Key Information
@@ -63,7 +63,10 @@
-
+
+ +
+
NIS Systems
@@ -76,7 +79,8 @@ {{ ass.description }}
{{ ass.caf }} - | System Detail + | System + Detail | Edit System @@ -97,7 +101,7 @@
{% if no_addr > 1 %} {% for a in addr %} -
+
{{ a.type }}
@@ -136,7 +140,7 @@
{% endfor %} {% else %} -
+
{{ addr.type }}
@@ -183,7 +187,7 @@
{% for p in people %} -
+
{{ p.first_name }} {{ p.last_name }}
-- cgit v1.2.3