from cherrypy import request, response
r = validate_get(entregaid)
response.headers["Content-Type"] = "application/zip"
- response.headers["Content-disposition"] = "attachment;filename=Ej_%s-Entrega_%s-Padron_%s.zip" % (r.instancia.ejercicio.numero, r.instancia.numero, r.entregador.nombre)
+ response.headers["Content-disposition"] = "attachment;filename=Ej_%s-Entrega_%s-%s.zip" % (r.instancia.ejercicio.numero, r.instancia.numero, r.entregador.nombre)
flash(_(u'El %s fue eliminado permanentemente.') % name)
return r.archivos