Whitespace

This commit is contained in:
Matthias Portzel 2023-02-26 17:16:35 -05:00
parent 173a7616aa
commit 08216c66d2
1 changed files with 1 additions and 1 deletions

View File

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