Accidentally had user['profile'] where it shoulda been user['bio']

This commit is contained in:
Christopher Allan Webber 2011-11-16 17:53:46 -06:00
parent 8bb3eb185a
commit 76c6c806ca

View File

@ -78,7 +78,7 @@
{%- trans username=user.username %}{{ username }}'s profile{% endtrans -%}
</h1>
{% if not user['url'] and not user['profile'] %}
{% if not user['url'] and not user['bio'] %}
{% if request.user['_id'] == user['_id'] %}
<div class="grid_6 alpha empty_space">
<p>