diff --git a/ebpub/ebpub/templates/db/snippets/newsitem_list.html b/ebpub/ebpub/templates/db/snippets/newsitem_list.html index eb4c2b90..7de371da 100644 --- a/ebpub/ebpub/templates/db/snippets/newsitem_list.html +++ b/ebpub/ebpub/templates/db/snippets/newsitem_list.html @@ -3,8 +3,34 @@ {% for newsitem in newsitem_list %}
{{ newsitem.item_date|date:"F j, Y" }} {% if newsitem.description %}{{ newsitem.description|truncatewords_html:20}}{% endif %}
+