From a435bcb313b1f15d522387a27625fa1ed1290bcb Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Thu, 28 Jul 2011 22:19:05 -0500 Subject: [PATCH] I think the "'s account" is a waste of space --- mediagoblin/templates/mediagoblin/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %} - {{ request.user['username'] }}'s account + {{ request.user['username'] }} {# the following link should only appear when verification is needed #} {% if request.user.status == "needs_email_verification" %} -- 2.25.1