diff options
| author | Bobby <[email protected]> | 2024-02-11 17:29:56 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2024-02-11 17:29:56 -0500 |
| commit | 0f9bef2e87d37e5689d11b24b63ed861015b04bd (patch) | |
| tree | 0e477cf28bbc3d035e707028961e4285119054ba | |
| parent | 44a068837b90097ed6da8a930e3b89155473ff96 (diff) | |
| download | thatcomputerscientist-0f9bef2e87d37e5689d11b24b63ed861015b04bd.tar.xz thatcomputerscientist-0f9bef2e87d37e5689d11b24b63ed861015b04bd.zip | |
linebreaks in profile
| -rw-r--r-- | templates/blog/activity.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 %} </p> {% if activity_user_profile.bio %} - <p><b>Bio: </b>{{ activity_user_profile.bio }}</p> + <p><b>Bio: </b>{{ activity_user_profile.bio|linebreaksbr }}</p> {% endif %} {% if activity_user_profile.location %} |
