contractpatch: Fix syntax for previous silly commit.
This commit is contained in:
parent
273be60679
commit
df52029777
1 changed files with 2 additions and 2 deletions
|
@ -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 }}
|
||||||
|
|
Loading…
Reference in a new issue