Skip to content
This repository has been archived by the owner on Aug 24, 2022. It is now read-only.

Commit

Permalink
complete report template
Browse files Browse the repository at this point in the history
  • Loading branch information
risufaj committed Jan 16, 2019
1 parent 9c485ea commit 101bbfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion request/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ def add_table(document, header, data):
row_cells = table.add_row().cells
for i, value in enumerate(row):
row_cells[i].text = str(value)
document.add_page_break()


# Change font size for all cells
for row in table.rows:
Expand Down

0 comments on commit 101bbfd

Please sign in to comment.