FIX print_update_form
This commit is contained in:
parent
90bd147a56
commit
b8f6f435cc
1 changed files with 0 additions and 1 deletions
|
|
@ -654,7 +654,6 @@ def print_update_form(request):
|
|||
pdf = UpdateDataFormPDF(path)
|
||||
pdf.produce(klass)
|
||||
filezip.write(pdf.filename)
|
||||
break
|
||||
|
||||
with open(filezip.filename, mode='rb') as fh:
|
||||
response = HttpResponse(fh.read(), content_type='application/zip')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue