diff options
author | Christian Franke <nobody@nowhere.ws> | 2011-12-30 03:57:24 +0100 |
---|---|---|
committer | Christian Franke <nobody@nowhere.ws> | 2011-12-30 03:57:48 +0100 |
commit | 4d8b78ba8747804d0e090eae0674b22ba8f53198 (patch) | |
tree | 7b11bf948dd524b02b7cb38c6924d132e40f29fc /sublab_project/news/templates | |
parent | 7516ffd1a1598701ec6ba1a2edf9d50836ba51a1 (diff) |
fixup news template
Diffstat (limited to 'sublab_project/news/templates')
-rw-r--r-- | sublab_project/news/templates/news/news_list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sublab_project/news/templates/news/news_list.html b/sublab_project/news/templates/news/news_list.html index ea46320..e53319e 100644 --- a/sublab_project/news/templates/news/news_list.html +++ b/sublab_project/news/templates/news/news_list.html @@ -6,7 +6,7 @@ <h3 id="{{ post.slug }}"> <a href="{{ post.get_absolute_url }}">{{ post.date_updated|date }} - {{ post.title }}</a> </h3> - <p>{{ post.content_html|safe }}</p> + {{ post.content_html|safe }} {% endfor %} {% if is_paginated %} <p> |