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 %} {% if authenticated %}
{{ thought.get_html_content_authenticated }} {{ thought.get_html_content_authenticated }}
{% else %} {% else %}
{{ thought.get_html_content}} {{ thought.get_html_content }}
{% endif %} {% endif %}
{% else %} {% else %}
{{ thought.html_content|safe }} {{ thought.html_content|safe }}