diff --git a/templates/post_detail.html b/templates/post_detail.html index e672195..d45f626 100755 --- a/templates/post_detail.html +++ b/templates/post_detail.html @@ -7,7 +7,7 @@
{{ post.author }} | {{ post.created_on }}
-{{ post.content | safe }}
+{{ post.content | safe | linebreaks }}