civictechdc / districthousing

District Housing lets caseworkers help clients apply for Section 8 housing by automatically filling out multiple PDF applications using one online form.
http://codefordc.github.io/districthousing/
MIT License
40 stars 64 forks source link

Print 'None' on PDFs for Employment information if no information is … #355

Closed meiao closed 8 years ago

meiao commented 8 years ago

…given #312

Added a _or_none suffix that if the field has no value it prints "None"

There is another commit that creates the _or_XXX where when there is no value, XXX will be returned

jrunningen commented 8 years ago

See my comment on #356.