I think the "'s account" is a waste of space
authorChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 29 Jul 2011 03:19:05 +0000 (22:19 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 29 Jul 2011 03:19:05 +0000 (22:19 -0500)
mediagoblin/templates/mediagoblin/base.html

index c1d3caeddb7019b38a59acc40e0daed218c5dff6..0dbd6d6ff787be44b2d994bdf4c6e19c1526f7d9 100644 (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" %}