diff options
author | Sawyer Bergeron <sbergeron@iol.unh.edu> | 2018-02-09 12:02:44 -0500 |
---|---|---|
committer | Sawyer Bergeron <sbergeron@iol.unh.edu> | 2018-02-09 12:04:44 -0500 |
commit | 1683980c3c08f04089afde1852995b21f48c0c56 (patch) | |
tree | 4d3e135a39c7aa7e826bbff2845cbe4b804a0f4d /dashboard/src/templates | |
parent | 1fd014d20886727b3c8eb1861afb58b91c2dfa74 (diff) |
Use userprofile.email_addr in User List
Jira: None
User List view in dashboard now uses the generally populated userprofile.email_addr
field instead of user.email
Change-Id: I1585ddf3cde293d33351a2ea036aa0a343fdd8b1
Signed-off-by: Sawyer Bergeron <sbergeron@iol.unh.edu>
Diffstat (limited to 'dashboard/src/templates')
-rw-r--r-- | dashboard/src/templates/account/user_list.html | 2 |
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 }} |