Skip to content

Commit

Permalink
Adding missing link on user's primary email TracyWebTech#118
Browse files Browse the repository at this point in the history
  • Loading branch information
LuanP committed Dec 5, 2013
1 parent b52145e commit 7489e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/accounts/templates/accounts/user_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h1>
<div class="divider"></div>
{% if request.user.is_active %}
<ul class="unstyled-list">
<li><span class="icon-envelope icon-fixed-width"></span> {{ user_.email }}</li>
<li><span class="icon-envelope icon-fixed-width"></span> <a href="mailto:{{ user_.email }}">{{ user_.email }}</a></li>
</ul>
<div class="divider"></div>
{% endif %}
Expand Down

0 comments on commit 7489e9c

Please sign in to comment.