Merge branch 'zope-2.13' of ssh://ssh.cri.ensmp.fr/~pin/gitrepositories/Portfolio...
[Portfolio.git] / skins / photo_download.py
1 req = context.REQUEST
2 resp = req.RESPONSE
3 resp.setHeader('Content-Disposition', 'attachment; filename=%s' % context.getId())
4
5 return context.index_html(req, resp)