diff --git a/.idea/workspace.xml b/.idea/workspace.xml index df5fdd1..b67650e 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,7 +2,7 @@ - + @@ -55,7 +55,7 @@ - + @@ -111,10 +111,28 @@ - + - + + + + + + + + + + + + + + + + + + + @@ -151,9 +169,9 @@ @@ -836,14 +854,10 @@ - + - - - - - - + + @@ -854,9 +868,9 @@ - + - + diff --git a/urlhandler/userpage/templates/activitytext.html b/urlhandler/userpage/templates/activitytext.html index 12e9f76..5ce0cfc 100644 --- a/urlhandler/userpage/templates/activitytext.html +++ b/urlhandler/userpage/templates/activitytext.html @@ -162,7 +162,7 @@
{% include 'activityphoto.html' %}
- {{ act_abstract }} + {{ act_abstract|linebreaks }}
{% if act_text_status == 1 %}
@@ -177,7 +177,7 @@
{% include 'activityphoto.html' %}
- {{ act_text }} + {{ act_text|linebreaks }}