diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-07-28 22:19:05 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-07-28 22:19:05 -0500 |
commit | a435bcb313b1f15d522387a27625fa1ed1290bcb (patch) | |
tree | c679969ee5d93613c7246c22280bb374fa40840a | |
parent | 391861ac9feb8e31454f62ba7ca7e70fea2445ef (diff) | |
download | mediagoblin-a435bcb313b1f15d522387a27625fa1ed1290bcb.tar.lz mediagoblin-a435bcb313b1f15d522387a27625fa1ed1290bcb.tar.xz mediagoblin-a435bcb313b1f15d522387a27625fa1ed1290bcb.zip |
I think the "'s account" is a waste of space
-rw-r--r-- | mediagoblin/templates/mediagoblin/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/templates/mediagoblin/base.html b/mediagoblin/templates/mediagoblin/base.html index c1d3caed..0dbd6d6f 100644 --- a/mediagoblin/templates/mediagoblin/base.html +++ b/mediagoblin/templates/mediagoblin/base.html @@ -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" %} |