forked from MarseyWorld/MarseyWorld
fix
parent
81d2fe8271
commit
0c2b16bd35
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue