aboutsummaryrefslogtreecommitdiff
path: root/app/dispatch/templates
diff options
context:
space:
mode:
authorMitch Riedstra <Mitch@riedstra.us>2017-11-06 17:43:33 -0500
committerMitch Riedstra <Mitch@riedstra.us>2017-11-06 17:43:33 -0500
commit62f8c5e35949e41ecf777c36736bae1caa007179 (patch)
tree7c5ae9efb327d1eda46bf4da05ed239c2041cbc4 /app/dispatch/templates
parentf5c84efd37085695732803b28d4a74cc05042e0e (diff)
downloaddispatch-tracker-62f8c5e35949e41ecf777c36736bae1caa007179.tar.gz
dispatch-tracker-62f8c5e35949e41ecf777c36736bae1caa007179.tar.xz
Update the driver Detail page. Still need to fix the Identity Create function
Diffstat (limited to 'app/dispatch/templates')
-rw-r--r--app/dispatch/templates/dispatch/drivers/detail.html6
1 files changed, 1 insertions, 5 deletions
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 @@
<div class="row">
<div class="col s12">
<h1>
- User: {{object.first_name}} {{object.last_name}} ( {{object.username}} )
+ User: {{object.first_name}} {{object.last_name}} ( {{object.email}} )
</h1>
</div>
</div>
@@ -34,10 +34,6 @@
<td>{{object.last_name}}</td>
</tr>
<tr>
- <th>Username:</th>
- <td>{{object.username}}</td>
- </tr>
- <tr>
<th>Email:</th>
<td>{{object.email}}</td>
</tr>