Skip to content

Commit

Permalink
Update user detail template with linebreaks
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinbowen777 committed Jun 10, 2022
1 parent 52e059d commit 46715ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cheese/templates/users/user_detail.html
Expand Up @@ -13,6 +13,9 @@ <h2>{{ object.username }}</h2>
{% if object.name %}
<p>{{ object.name }}</p>
{% endif %}
{% if object.bio %}
<p>{{ object.bio|linebreaksbr }}</p>
{% endif %}
</div>
</div>

Expand Down

0 comments on commit 46715ea

Please sign in to comment.