diff --git a/service/views.py b/service/views.py index ed2bf20..8ab6247 100644 --- a/service/views.py +++ b/service/views.py @@ -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 +