File diff 531a97a3c9af → ce6be591bde2
conservancy/templates/news/pressrelease_archive_month.html
Show inline comments
 
new file 100644
 
{% extends "base_news.html" %}
 

	
 
{% block title %}Conservancy News Index - {{ month|date:"F Y" }}{% endblock %}
 

	
 
{% block content %}
 

	
 
<h2>Conservancy News Index - {{ month|date:"F Y" }}</h2>
 

	
 
{% for pressr in object_list %}
 
  {% include "news/pressrelease_partial.html" with pressr=pressr show="dateline" only %}
 
{% endfor %}
 

	
 
{% endblock %}