From c8745d13d5feb7a5200f23aa25466af02675e8cd Mon Sep 17 00:00:00 2001 From: germannp Date: Sun, 17 Mar 2024 22:07:05 +0100 Subject: [PATCH] Fix problem with bullet points in news --- news/templates/news/post_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/news/templates/news/post_list.html b/news/templates/news/post_list.html index 7e499ed..b1ba185 100644 --- a/news/templates/news/post_list.html +++ b/news/templates/news/post_list.html @@ -14,7 +14,7 @@
{{ post.title }}
{{ post.author }} | {{ post.created_on.date }}
-

{{ post.content | safe }}

+ {{ post.content | safe }}
{% endfor %}