app/soc/templates/soc/list/pagination.html
changeset 1807 1f8cde169f32
parent 572 1b3e7280743a
--- a/app/soc/templates/soc/list/pagination.html	Thu Mar 12 13:39:03 2009 +0000
+++ b/app/soc/templates/soc/list/pagination.html	Thu Mar 12 13:39:57 2009 +0000
@@ -1,5 +1,11 @@
 <div class="pagination">
 
+{% with list.export as export_link %}
+{% if export_link %}
+<a href="{{ export_link }}" class="button" target="_blank">csv export</a>
+{% endif %}
+{% endwith %}
+
   {{ list.pagination_form.as_table }}
  
   {% if list.newest %}