diff --git a/www/conservancy/templates/contractpatch/index.html b/www/conservancy/templates/contractpatch/index.html index 3cd65294a4fb9bb8a35d252718f2976ce90f768d..74973052a32e7c18833fb4c077b5a6a788ddd7dd 100644 --- a/www/conservancy/templates/contractpatch/index.html +++ b/www/conservancy/templates/contractpatch/index.html @@ -33,16 +33,8 @@

Blog posts

-{% comment %} -FIXME: -This is duplicated from blog/entry_list.html -{% endcomment %} {% for entry in blog_entries %} -

{{ entry.headline|safe }}

- {{ entry.body|safe }} -

Posted by {{ entry.author.formal_name }} on {{ entry.pub_date|date:"F j, Y" }} - {% if entry.tags.all %}/ Tags: {% for tag in entry.tags.all %}{{ tag.label }}{% if not forloop.last %}, {% endif %}{% endfor %}{% endif %} -

+ {% include "blog/entry_partial.html" with entry=entry only %} {% endfor %}

Read all ContractPatch blog posts…