christopher-ramirez / secretary

Take the power of Jinja2 templates to OpenOffice and LibreOffice.
Other
190 stars 48 forks source link

simple_template.odt pytest sample data #56

Open PhE opened 6 years ago

PhE commented 6 years ago

I have an issue with jinja for loop in my odt template. I looked over the simple_template.odt file used in test_secretary.py. The template use a jinjo loop to iterate over a countries list. But there is nothing in the single test file about this countries data structure.

Am I missing something ?

PhE commented 6 years ago

made a pull request #57