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