diff options
Diffstat (limited to 'templates/news/list.html')
-rw-r--r-- | templates/news/list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/news/list.html b/templates/news/list.html index 258456a5..14ba79b6 100644 --- a/templates/news/list.html +++ b/templates/news/list.html @@ -28,7 +28,7 @@ <tbody> {% for item in news_list %} <tr class="{% cycle 'odd' 'even' %}"> - <td>{{ item.postdate }}</td> + <td>{{ item.postdate|date }}</td> <td class="wrap"><a href="{{ item.get_absolute_url }}" title="View: {{ item.title }}">{{ item.title }}</a></td> <td>{{ item.author.get_full_name }}</td> |