- render_to_pdf(path, 'reporting/catalogue.texml', locals(), {
- "wl-logo.png": os.path.join(settings.STATIC_ROOT, "img/logo-big.png"),
- })
+ render_to_pdf(path, 'reporting/catalogue.texml', {
+ 'books_by_author': books_by_author,
+ 'orphans': orphans,
+ 'books_by_parent': books_by_parent,
+ }, {
+ "wl-logo.png": os.path.join(settings.STATIC_ROOT, "img/logo-big.png"),
+ })