From 08216c66d26d53c8783c42decca09ba27f9e5ba6 Mon Sep 17 00:00:00 2001 From: Matthias Portzel Date: Sun, 26 Feb 2023 17:16:35 -0500 Subject: [PATCH] Whitespace --- thoughts/templates/thoughts/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}