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 @@

{% block title %} {{ post.title }} {% endblock title %}

{{ post.author }} | {{ post.created_on }}

-

{{ post.content | safe }}

+

{{ post.content | safe | linebreaks }}

{% block sidebar %} {% include 'sidebar.html' %} {% endblock sidebar %}