From 0f9bef2e87d37e5689d11b24b63ed861015b04bd Mon Sep 17 00:00:00 2001 From: Bobby Date: Sun, 11 Feb 2024 17:29:56 -0500 Subject: linebreaks in profile --- templates/blog/activity.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/blog/activity.html b/templates/blog/activity.html index d8f11073..d963fe1d 100644 --- a/templates/blog/activity.html +++ b/templates/blog/activity.html @@ -15,7 +15,7 @@ {% endif %}

{% if activity_user_profile.bio %} -

Bio: {{ activity_user_profile.bio }}

+

Bio: {{ activity_user_profile.bio|linebreaksbr }}

{% endif %} {% if activity_user_profile.location %} -- cgit v1.2.3