diff --git a/www/conservancy/templates/blog/entry_detail.html b/www/conservancy/templates/blog/entry_detail.html index c69acc4121394836cf392a198f2da398b1fdc1a8..3ef1b831319707eb577192f3150b5afce271a365 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 at R" }}. 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 %} diff --git a/www/conservancy/templates/blog/entry_list.html b/www/conservancy/templates/blog/entry_list.html index d63cc040fce5a47124a2d4047f8aef5f0ac62458..cd7b1cb6a03f30b228ec6085b37aa10b548e94a7 100644 --- a/www/conservancy/templates/blog/entry_list.html +++ b/www/conservancy/templates/blog/entry_list.html @@ -17,7 +17,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" }}

+

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

{% if object.tags.all %}

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

{% endif %} {% endfor %} diff --git a/www/conservancy/templates/frontpage.html b/www/conservancy/templates/frontpage.html index 20bc785d47ca14c742f9b08d3511929f36f644fb..4a8fe4c3dd74d6172cf10284631942895c7b1efb 100644 --- a/www/conservancy/templates/frontpage.html +++ b/www/conservancy/templates/frontpage.html @@ -91,7 +91,7 @@

{{ blog.0.headline|safe }}

Posted by {{ blog.0.author.formal_name }} -on {{ blog.0.pub_date|date:"F j, Y" }}

+on {{ blog.0.pub_date|date:"F j, Y at R" }}

{{ blog.0.summary|safe }}

Read More from {{ blog.0.author.casual_name }} on this…

@@ -101,7 +101,7 @@ on {{ blog.0.pub_date|date:"F j, Y" }}


{{ blog.1.headline|safe }}

Posted by {{ blog.1.author.formal_name }} -on {{ blog.1.pub_date|date:"F j, Y" }}

+on {{ blog.1.pub_date|date:"F j, Y at R" }}

{{ blog.1.summary|safe }}

Read More from {{ blog.1.author.casual_name }} on this…