contractpatch: Silly commit for testing.
This commit is contained in:
parent
f0d9b1caec
commit
273be60679
1 changed files with 4 additions and 1 deletions
|
@ -26,7 +26,10 @@
|
||||||
|
|
||||||
<h3>Blog posts</h3>
|
<h3>Blog posts</h3>
|
||||||
|
|
||||||
{# FIXME: This is duplicated from blog/entry_list.html #}
|
{#
|
||||||
|
FIXME:
|
||||||
|
This is duplicated from blog/entry_list.html
|
||||||
|
#}
|
||||||
{% 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