I think the "'s account" is a waste of space

This commit is contained in:
Christopher Allan Webber 2011-07-28 22:19:05 -05:00
parent 391861ac9f
commit a435bcb313

View File

@ -56,7 +56,7 @@
{% if request.user %}
<a href="{{ request.urlgen('mediagoblin.user_pages.user_home',
user= request.user['username']) }}">
{{ request.user['username'] }}</a>'s account
{{ request.user['username'] }}</a>
{# the following link should only appear when verification is needed #}
{% if request.user.status == "needs_email_verification" %}