diff options
Diffstat (limited to 'templates/blog/activity.html')
| -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 %} |
