Change email address.

This commit is contained in:
Bradley M. Kuhn 2010-10-04 12:24:45 -04:00
parent 64feb78cf7
commit 4fac84c550

View file

@ -7,7 +7,7 @@
<p class="date">{{ object.pub_date|date:"F j, Y" }} by {{ object.author.formal_name }}</p> <p class="date">{{ object.pub_date|date:"F j, Y" }} by {{ object.author.formal_name }}</p>
<h2>{{ object.headline|safe }}</h2> <h2>{{ object.headline|safe }}</h2>
{{ object.body|safe }} {{ object.body|safe }}
<p><i>Posted by <strong>{{ object.author.formal_name }}</strong> on {{ object.pub_date|date:"F j, Y" }}. Please email any comments on this entry to press@softwarefreedom.org</a>.</i></p> <p><i>Posted by <strong>{{ object.author.formal_name }}</strong> on {{ object.pub_date|date:"F j, Y" }}. Please email any comments on this entry to info@sfconservancy.org</a>.</i></p>
{% if object.tags.all %}<p class="blog-tags">Tags: {% for tag in object.tags.all %}<a href="{{ tag.get_absolute_url }}">{{ tag.label }}</a>{% if not forloop.last %}, {% endif %}{% endfor %}</p>{% endif %} {% if object.tags.all %}<p class="blog-tags">Tags: {% for tag in object.tags.all %}<a href="{{ tag.get_absolute_url }}">{{ tag.label }}</a>{% if not forloop.last %}, {% endif %}{% endfor %}</p>{% endif %}