# HG changeset patch # User Sverre Rabbelier # Date 1236865197 0 # Node ID 1f8cde169f327f01e45cfde1ea3a34fc30e9c932 # Parent d321d5123928340271749300f4bdc0a15296ecf8 Add an export link to all list views Patch by: Sverre Rabbelier diff -r d321d5123928 -r 1f8cde169f32 app/soc/logic/lists.py --- a/app/soc/logic/lists.py Thu Mar 12 13:39:03 2009 +0000 +++ b/app/soc/logic/lists.py Thu Mar 12 13:39:57 2009 +0000 @@ -30,6 +30,7 @@ 'pagination', 'pagination_form', 'description', + 'export', 'heading', 'row', 'limit', diff -r d321d5123928 -r 1f8cde169f32 app/soc/templates/soc/list/pagination.html --- 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 @@