Updated sample template. Now it use the auto control flow.

This commit is contained in:
Christopher Ramírez 2014-06-16 12:11:51 -06:00
parent 8c04982b37
commit fc0c02837f
2 changed files with 1 additions and 1 deletions

View file

@ -502,7 +502,7 @@ if __name__ == "__main__":
] ]
render = Render('a.odt') render = Render('simple_template.odt')
result = render.render(countries=countries, document=document) result = render.render(countries=countries, document=document)
output = open('rendered.odt', 'w') output = open('rendered.odt', 'w')

Binary file not shown.