From 40427a1bc48e1d09f692f6d88452201708ccc4c8 Mon Sep 17 00:00:00 2001 From: Thomas Steen Rasmussen Date: Sun, 5 Jun 2016 23:34:07 +0200 Subject: [PATCH] thats not what its called --- news/templates/news_index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/news/templates/news_index.html b/news/templates/news_index.html index 809b4adc..18469c3c 100644 --- a/news/templates/news_index.html +++ b/news/templates/news_index.html @@ -4,7 +4,7 @@ {% block content %} {% for item in news_items %}
-

{{ item.title }} {{ item.published_at|date:"Y-m-d" }}

+

{{ item.title }} {{ item.published_at|date:"Y-m-d" }}

{{ item.content|commonmark }} {% if not forloop.last %}