remotes/1693045480750635534/spooky-22
kek7198 2021-12-06 09:18:53 -06:00
parent 81d2fe8271
commit 0c2b16bd35
1 changed files with 6 additions and 5 deletions

View File

@ -31,12 +31,13 @@
<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 px-2.5 md:px-3 mt-3">
{{u.bio_html | safe}}
</div>
{% endif %}
</div>
</div>
</div>