From 2ebb4475259961aef94b2b83c54b14fcb65e7bcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Kosma=C4=8D?= Date: Fri, 23 Dec 2022 15:14:08 +0100 Subject: [PATCH] removed , from article date --- django/templates/article.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/templates/article.html b/django/templates/article.html index d127dbb..c81b81a 100644 --- a/django/templates/article.html +++ b/django/templates/article.html @@ -41,7 +41,7 @@ {% endfor %} {% endif %}
- {{ article.date|date:"j. F, Y" }} + {{ article.date|date:"j. F Y" }}