File diff 9ec1bbe85a76 → 28e3f8384184
www/conservancy/templates/news/pressrelease_detail.html
Show inline comments
...
 
@@ -4,6 +4,7 @@
 

	
 
{% block content %}
 

	
 
<div id="mainContent">
 
<p class="date">{{ object.pub_date|date:"F j, Y" }}</p>
 
<h2>{{ object.headline|safe }}</h2>
 
{% if object.subhead %}
...
 
@@ -13,5 +14,5 @@
 
{{ object.summary|safe }}
 

	
 
{{ object.body|safe }}
 

	
 
</div>
 
{% endblock %}