timofejmalinin 3 years ago
parent 3348cfce63
commit 69fd9839cd

@ -395,3 +395,4 @@ def download_other_template(self):
response = HttpResponse(image_buffer, content_type='xlsx')
response['Content-Disposition'] = 'attachment; filename="%s"' % os.path.basename('other.xlsx')
return response

Loading…
Cancel
Save