From 4b1016247bc0b8f1c4d33b5a471b6f65a5b787b4 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 1 Jun 2020 14:06:29 +0100 Subject: improvements to the people list page --- ctrack/organisations/templates/organisations/person_list.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'ctrack') diff --git a/ctrack/organisations/templates/organisations/person_list.html b/ctrack/organisations/templates/organisations/person_list.html index 2e9d333..53e812a 100644 --- a/ctrack/organisations/templates/organisations/person_list.html +++ b/ctrack/organisations/templates/organisations/person_list.html @@ -11,7 +11,7 @@
-

People

+

People

@@ -21,12 +21,18 @@ Person Organisation + Phone Number + Email + Contact History {% for p in object_list %} {{ p.first_name }} {{ p.last_name }} - {{ p.organisation.name }} + {{ p.organisation.name }} + {{ p.mobile }} + {{ p.email }} + Contact History {% endfor %} -- cgit v1.2.3