summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorParker Berberian <pberberian@iol.unh.edu>2018-02-12 14:20:52 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-02-12 14:20:52 +0000
commita0eb76b050cbc18602efe719d83d0eafa88d8db9 (patch)
tree9fda0ee1c6cd3a16edeaeb72233cca6a09f920c0
parent87a087873998fbf637daf66518916feab98d84d3 (diff)
parent1683980c3c08f04089afde1852995b21f48c0c56 (diff)
Merge "Use userprofile.email_addr in User List"
-rw-r--r--dashboard/src/templates/account/user_list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/src/templates/account/user_list.html b/dashboard/src/templates/account/user_list.html
index 68178eb..58ddda6 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 }}