File diff f426e60136a2 → d2af6a0cb511
www/conservancy/templates/news/pressrelease_list.html
Show inline comments
...
 
@@ -4,8 +4,11 @@
 

	
 
{% block content %}
 

	
 
<div id="mainContent">
 

	
 
<h1><a href="/feeds/news/" class="feedlink"><img src="/img/feed-icon-14x14.png" alt="[RSS]"/></a> Conservancy News</h1>
 

	
 

	
 
{% ifnotequal page 1 %}<p>(page {{ page }} of {{ pages }})</p>{% endifnotequal %}
 

	
 
{% for object in object_list %}
...
 
@@ -31,5 +34,5 @@
 
<ul>
 
{% for year in date_list %}<li><a href="{{ year|date:"Y" }}/">{{ year|date:"Y" }}</a></li>{% endfor %}
 
</ul>
 

	
 
</div>
 
{% endblock %}