aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2011-07-28 22:19:05 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2011-07-28 22:19:05 -0500
commita435bcb313b1f15d522387a27625fa1ed1290bcb (patch)
treec679969ee5d93613c7246c22280bb374fa40840a
parent391861ac9feb8e31454f62ba7ca7e70fea2445ef (diff)
downloadmediagoblin-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.html2
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" %}