Code Review
/
laas.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
2a82d24
)
Use userprofile.email_addr in User List
author
Sawyer Bergeron
<sbergeron@iol.unh.edu>
Fri, 9 Feb 2018 17:02:44 +0000
(12:02 -0500)
committer
Sawyer Bergeron
<sbergeron@iol.unh.edu>
Fri, 9 Feb 2018 17:04:44 +0000
(12:04 -0500)
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>
src/templates/account/user_list.html
patch
|
blob
|
history
diff --git
a/src/templates/account/user_list.html
b/src/templates/account/user_list.html
index
68178eb
..
58ddda6
100644
(file)
--- 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 }}