fnp
/
wolnelektury.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c949ed
)
fix katalog.pdf (typo!?)
author
Jan Szejko
<jan.szejko@gmail.com>
Tue, 26 Apr 2016 10:47:36 +0000
(12:47 +0200)
committer
Jan Szejko
<jan.szejko@gmail.com>
Tue, 26 Apr 2016 10:47:36 +0000
(12:47 +0200)
src/reporting/views.py
patch
|
blob
|
history
diff --git
a/src/reporting/views.py
b/src/reporting/views.py
index
bc0dee6
..
963440c
100644
(file)
--- a/
src/reporting/views.py
+++ b/
src/reporting/views.py
@@
-43,7
+43,7
@@
def catalogue_pdf(path):
render_to_pdf(path, 'reporting/catalogue.texml', {
'books_by_author': books_by_author,
'orphans': orphans,
- 'book_by_parent': books_by_parent,
+ 'book
s
_by_parent': books_by_parent,
}, {
"wl-logo.png": os.path.join(settings.STATIC_ROOT, "img/logo-big.png"),
})
@@
-56,5
+56,5
@@
def catalogue_csv(path):
render_to_csv(path, 'reporting/catalogue.csv', {
'books_by_author': books_by_author,
'orphans': orphans,
- 'book_by_parent': books_by_parent,
+ 'book
s
_by_parent': books_by_parent,
})