Merge branch 'fix_files' into 'dev'

Test

See merge request spatial/postamates!68
dev
Timofey Malinin 3 years ago
commit bd5b5047ad

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

Loading…
Cancel
Save