From 21767adcdfd3da07c23266ca9f6a02f24fa034f4 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Thu, 15 Oct 2020 14:49:45 +0100 Subject: more consistency work on tables --- .../templates/organisations/organisation_list.html | 4 +- .../templates/organisations/person_list.html | 75 +++++++++++----------- 2 files changed, 41 insertions(+), 38 deletions(-) (limited to 'ctrack/organisations') diff --git a/ctrack/organisations/templates/organisations/organisation_list.html b/ctrack/organisations/templates/organisations/organisation_list.html index cbd87dd..3844326 100644 --- a/ctrack/organisations/templates/organisations/organisation_list.html +++ b/ctrack/organisations/templates/organisations/organisation_list.html @@ -19,9 +19,9 @@
-

Organisations

[Create new...] +

Organisations

[Create new...]
-
+
diff --git a/ctrack/organisations/templates/organisations/person_list.html b/ctrack/organisations/templates/organisations/person_list.html index 4c147c3..54861ea 100644 --- a/ctrack/organisations/templates/organisations/person_list.html +++ b/ctrack/organisations/templates/organisations/person_list.html @@ -1,44 +1,47 @@ {% extends "base.html" %} +{% load static %} -{% block title %} - People -{% endblock %} +{% block title %} People {% endblock %} {% block content %} -
-
-
-
-
-

People

-
-
-
-
-
- - - - - - - - - - {% for p in object_list %} - - - - - - - - {% endfor %} -
PersonOrganisationPhone NumberEmailContact History
{{ p.first_name }} {{ p.last_name }}{{ p.organisation.name }}{{ p.mobile }}{{ p.email }}Contact History
-
-
-
+ + + +
+

People

[Create new...] +
+
+ + + + + + + + + + + {% for p in object_list %} + + + + + + + + {% endfor %} +
PersonOrganisationPhone NumberEmailContact History
{{ p.first_name }} {{ p.last_name }}{{ p.organisation.name }}{{ p.mobile }}{{ p.email }}Contact History
-- cgit v1.2.3