Accidentally had user['profile'] where it shoulda been user['bio']
This commit is contained in:
parent
8bb3eb185a
commit
76c6c806ca
@ -78,7 +78,7 @@
|
|||||||
{%- trans username=user.username %}{{ username }}'s profile{% endtrans -%}
|
{%- trans username=user.username %}{{ username }}'s profile{% endtrans -%}
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
{% if not user['url'] and not user['profile'] %}
|
{% if not user['url'] and not user['bio'] %}
|
||||||
{% if request.user['_id'] == user['_id'] %}
|
{% if request.user['_id'] == user['_id'] %}
|
||||||
<div class="grid_6 alpha empty_space">
|
<div class="grid_6 alpha empty_space">
|
||||||
<p>
|
<p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user