From: Christopher Allan Webber Date: Wed, 16 Nov 2011 23:53:46 +0000 (-0600) Subject: Accidentally had user['profile'] where it shoulda been user['bio'] X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=76c6c806caec7af20a3fe11c04bb783baacc3934;p=mediagoblin.git Accidentally had user['profile'] where it shoulda been user['bio'] --- diff --git a/mediagoblin/templates/mediagoblin/user_pages/user.html b/mediagoblin/templates/mediagoblin/user_pages/user.html index c5beeaaa..6d938262 100644 --- a/mediagoblin/templates/mediagoblin/user_pages/user.html +++ b/mediagoblin/templates/mediagoblin/user_pages/user.html @@ -78,7 +78,7 @@ {%- trans username=user.username %}{{ username }}'s profile{% endtrans -%} - {% if not user['url'] and not user['profile'] %} + {% if not user['url'] and not user['bio'] %} {% if request.user['_id'] == user['_id'] %}