Skip to content

Commit

Permalink
Merge pull request mozilla#191 from tallowen/bug741006
Browse files Browse the repository at this point in the history
Fix bug741006 - username doesn't show up on profile
  • Loading branch information
readevalprint committed Mar 31, 2012
2 parents 6decda8 + 0a9d3e2 commit 5338d2e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/phonebook/templates/phonebook/profile.html
Expand Up @@ -83,6 +83,11 @@ <h2 class="fn p-name">
</a></dd>
{% endif %}

{% if not shown_user.username.startswith('u/') %}
<dt>{{ _('Username') }}</dt>
<dd>{{ shown_user.username }}</dd>
{% endif %}

{% if profile.ircname %}
<dt>{{ _('IRC Nickname') }}</dt>
<dd><a href="irc://irc.mozilla.org/">
Expand Down

0 comments on commit 5338d2e

Please sign in to comment.