diff options
author | Parker Berberian <pberberian@iol.unh.edu> | 2018-02-12 14:20:52 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-02-12 14:20:52 +0000 |
commit | 29f39e35fa242d77357bf153f255e87960b00a4d (patch) | |
tree | f1a433b4a8d255f85c71d4d5556ad84e57871e6f /src/templates/account/user_list.html | |
parent | ed04996deb732e145e908826c109844577670b8a (diff) | |
parent | 75295aa5e832e51936c6fa653b59f12516152ec6 (diff) |
Merge "Use userprofile.email_addr in User List"
Diffstat (limited to 'src/templates/account/user_list.html')
-rw-r--r-- | src/templates/account/user_list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/account/user_list.html b/src/templates/account/user_list.html index 68178eb..58ddda6 100644 --- a/src/templates/account/user_list.html +++ b/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 }} |