X-Git-Url: https://scm.cri.minesparis.psl.eu/git/Portfolio.git/blobdiff_plain/011a53d5681ad1f5fa88a534ec041c93d3e7be95..e73353500c67453ef9663d67eaeee7dd46c358ee:/skins/photo_download.py?ds=inline diff --git a/skins/photo_download.py b/skins/photo_download.py deleted file mode 100755 index 3a185fd..0000000 --- a/skins/photo_download.py +++ /dev/null @@ -1,5 +0,0 @@ -req = context.REQUEST -resp = req.RESPONSE -resp.setHeader('Content-Disposition', 'attachment; filename=%s' % context.getId()) - -return context.index_html(req, resp)