diff --git a/www/conservancy/templates/blog/entry_detail.html b/www/conservancy/templates/blog/entry_detail.html index 5b362ef639e01a73e4bafc210191a2a828ed5920..c69acc4121394836cf392a198f2da398b1fdc1a8 100644 --- a/www/conservancy/templates/blog/entry_detail.html +++ b/www/conservancy/templates/blog/entry_detail.html @@ -7,7 +7,7 @@

{{ object.pub_date|date:"F j, Y" }} by {{ object.author.formal_name }}

{{ object.headline|safe }}

{{ object.body|safe }} -

Posted by {{ object.author.formal_name }} on {{ object.pub_date|date:"F j, Y" }}. Please email any comments on this entry to info@sfconservancy.org.

+

Posted by {{ object.author.formal_name }} on {{ object.pub_date|date:"F j, Y" }}. Please email any comments on this entry to info@sfconservancy.org.

{% if object.tags.all %}

Tags: {% for tag in object.tags.all %}{{ tag.label }}{% if not forloop.last %}, {% endif %}{% endfor %}

{% endif %}