summaryrefslogtreecommitdiffstats
path: root/dashboard/src/templates/account/user_list.html
diff options
context:
space:
mode:
Diffstat (limited to 'dashboard/src/templates/account/user_list.html')
-rw-r--r--dashboard/src/templates/account/user_list.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/dashboard/src/templates/account/user_list.html b/dashboard/src/templates/account/user_list.html
index 68178eb..e564524 100644
--- a/dashboard/src/templates/account/user_list.html
+++ b/dashboard/src/templates/account/user_list.html
@@ -22,7 +22,7 @@
{{ user.userprofile.full_name }}
</td>
<td>
- {{ user.email }}
+ {{ user.userprofile.email_addr }}
</td>
<td>
{{ user.userprofile.company }}
@@ -47,7 +47,7 @@
<script type="text/javascript">
$(document).ready(function () {
$('#table').DataTable({
- scrollX: true,
+ scrollX: true,
"order": [[0, "asc"]]
});
});