master
kek7198 2021-12-08 21:55:46 -06:00
parent 4d895f7282
commit 47cd585545
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@
<div class="relative col-span-full flex xl:hidden flex-col"> <div class="relative col-span-full flex xl:hidden flex-col">
<div class="mt-3"> <div class="mt-3">
{% if u.bio_html %} {% if u.bio_html %}
<p class="text-black text-break">{{u.bio_html | safe}}</p> <div class="text-black text-break">{{u.bio_html | safe}}</div>
{% else %} {% else %}
<p class="italic text-gray-500 text-sm">No bio...</p> <p class="italic text-gray-500 text-sm">No bio...</p>
{% endif %} {% endif %}