From 62f8c5e35949e41ecf777c36736bae1caa007179 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Mon, 6 Nov 2017 17:43:33 -0500 Subject: Update the driver Detail page. Still need to fix the Identity Create function --- app/dispatch/templates/dispatch/drivers/detail.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'app/dispatch/templates') diff --git a/app/dispatch/templates/dispatch/drivers/detail.html b/app/dispatch/templates/dispatch/drivers/detail.html index 774ee48..99d9611 100644 --- a/app/dispatch/templates/dispatch/drivers/detail.html +++ b/app/dispatch/templates/dispatch/drivers/detail.html @@ -6,7 +6,7 @@

- User: {{object.first_name}} {{object.last_name}} ( {{object.username}} ) + User: {{object.first_name}} {{object.last_name}} ( {{object.email}} )

@@ -33,10 +33,6 @@ Last Name: {{object.last_name}} - - Username: - {{object.username}} - Email: {{object.email}} -- cgit v1.2.3