contractpatch: Fix syntax for previous silly commit.

This commit is contained in:
Brett Smith 2016-11-29 12:23:42 -05:00
parent 273be60679
commit df52029777

View file

@ -26,10 +26,10 @@
<h3>Blog posts</h3> <h3>Blog posts</h3>
{# {% comment %}
FIXME: FIXME:
This is duplicated from blog/entry_list.html This is duplicated from blog/entry_list.html
#} {% endcomment %}
{% for entry in blog_entries %} {% for entry in blog_entries %}
<h3><a href="{{ entry.get_absolute_url }}">{{ entry.headline|safe }}</a></h3> <h3><a href="{{ entry.get_absolute_url }}">{{ entry.headline|safe }}</a></h3>
{{ entry.body|safe }} {{ entry.body|safe }}