thats not what its called

This commit is contained in:
Thomas Steen Rasmussen 2016-06-05 23:34:07 +02:00
parent e5ea3267df
commit 40427a1bc4

View file

@ -4,7 +4,7 @@
{% block content %}
{% for item in news_items %}
<div>
<h3><a href="{% reverse 'news:detail' slug=item.slug %}">{{ item.title }}</a> <small>{{ item.published_at|date:"Y-m-d" }}</small></h3>
<h3><a href="{% url 'news:detail' slug=item.slug %}">{{ item.title }}</a> <small>{{ item.published_at|date:"Y-m-d" }}</small></h3>
</div>
{{ item.content|commonmark }}
{% if not forloop.last %}