Updated sample template. Now it use the auto control flow.
This commit is contained in:
parent
8c04982b37
commit
fc0c02837f
2 changed files with 1 additions and 1 deletions
|
|
@ -502,7 +502,7 @@ if __name__ == "__main__":
|
|||
]
|
||||
|
||||
|
||||
render = Render('a.odt')
|
||||
render = Render('simple_template.odt')
|
||||
result = render.render(countries=countries, document=document)
|
||||
|
||||
output = open('rendered.odt', 'w')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue