Changeset - df5202977755
[Not reviewed]
0 1 0
Brett Smith (brett) - 7 years ago 2016-11-29 17:23:42
brett@sfconservancy.org
contractpatch: Fix syntax for previous silly commit.
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
www/conservancy/templates/contractpatch/index.html
Show inline comments
...
 
@@ -26,10 +26,10 @@
 

	
 
<h3>Blog posts</h3>
 

	
 
{#
 
{% comment %}
 
FIXME:
 
This is duplicated from blog/entry_list.html
 
#}
 
{% endcomment %}
 
{% for entry in blog_entries %}
 
    <h3><a href="{{ entry.get_absolute_url }}">{{ entry.headline|safe }}</a></h3>
 
        {{ entry.body|safe }}
0 comments (0 inline, 0 general)