Changeset - c0bf25753275
[Not reviewed]
0 1 0
Martin Michlmayr (tbm) - 10 years ago 2014-04-17 23:07:13
tbm@cyrius.com
Close mainContent <div> element
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
www/conservancy/templates/news/pressrelease_list.html
Show inline comments
...
 
@@ -29,10 +29,11 @@
 

	
 
<p>
 
{% if has_next %}<a class="next_page_button" href="?page={{ next }}">Next page (older) &raquo;</a>{% endif %}
 
{% if has_previous %}<a href="?page={{ previous }}">&laquo; Previous page (newer)</a>{% endif %}
 
{% comment %}{% for pagenum in page_navigation %}{% ifequal pagenum page %}[{{ pagenum }}]{% else %}<a href="?page={{ pagenum }}">{{ pagenum }}</a>{% endifequal %} {% endfor %}{% endcomment %}
 
</p>
 
         </div>
 
 </div>
 
<div class="clear"></div>
 

	
 
{% endblock %}
0 comments (0 inline, 0 general)