Factor download functionality out of export()
commit897d30bcabab709eaf0a5722f753b48320b44a92
authorSverre Rabbelier <srabbelier@gmail.com>
Thu, 12 Mar 2009 13:38:24 +0000 (12 13:38 +0000)
committerSverre Rabbelier <srabbelier@gmail.com>
Thu, 12 Mar 2009 13:38:24 +0000 (12 13:38 +0000)
tree7cbf392e488d4e9b446ccbeabc38e3a20359b309
parentaa91d02179c6ebea974d753e2b20c4df967b33bb
Factor download functionality out of export()

This way any kind of data can be offered as downloadable file.

Patch by: Sverre Rabbelier

--HG--
rename : app/soc/templates/soc/document/export.html => app/soc/templates/soc/export.html
app/soc/templates/soc/export.html [moved from app/soc/templates/soc/document/export.html with 95% similarity]
app/soc/views/helper/params.py
app/soc/views/models/base.py
app/soc/views/models/document.py