diff --git a/thoughts/templates/thoughts/index.html b/thoughts/templates/thoughts/index.html index e2932e9..2ca4c08 100644 --- a/thoughts/templates/thoughts/index.html +++ b/thoughts/templates/thoughts/index.html @@ -62,7 +62,7 @@ {% if authenticated %} {{ thought.get_html_content_authenticated }} {% else %} - {{ thought.get_html_content}} + {{ thought.get_html_content }} {% endif %} {% else %} {{ thought.html_content|safe }}