forked from MarseyWorld/MarseyWorld
fix
parent
b30670ac7c
commit
81d2fe8271
|
@ -31,13 +31,12 @@
|
|||
<a class="btn btn-green " href="/signup?redirect={{request.path}}">Follow</a>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% if not hide_bios and u.bio_html %}
|
||||
<div class="text-black">
|
||||
{{u.bio_html | safe}}
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
{% if not hide_bios and u.bio_html %}
|
||||
<div class="text-black">
|
||||
{{u.bio_html | safe}}
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue