Skip to content

Commit

Permalink
Displaying only user's primary email on profile - closes TracyWebTech…
Browse files Browse the repository at this point in the history
  • Loading branch information
LuanP committed Dec 5, 2013
1 parent 8020b33 commit ee38db6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/accounts/templates/accounts/user_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ <h1>
<div class="divider"></div>
{% if request.user.is_active %}
<ul class="unstyled-list">
{% for email in user_.emails.iterator %}
<li><span class="icon-envelope icon-fixed-width"></span> {{ email.address }}</li>
{% endfor %}
<li><span class="icon-envelope icon-fixed-width"></span> {{ user_.email }}</li>
</ul>
<div class="divider"></div>
{% endif %}
Expand Down

0 comments on commit ee38db6

Please sign in to comment.