fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
More banners and stats.
[wolnelektury.git]
/
src
/
catalogue
/
views.py
diff --git
a/src/catalogue/views.py
b/src/catalogue/views.py
index
cfed6ca
..
66a2b91
100644
(file)
--- a/
src/catalogue/views.py
+++ b/
src/catalogue/views.py
@@
-319,7
+319,7
@@
def book_text(request, slug):
return render(request, 'catalogue/book_text.html', {
'book': book,
'book_text': book_text,
- 'inserts': DynamicTextInsert.
objects.all(
)
+ 'inserts': DynamicTextInsert.
get_all(request
)
})