X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/18aa8ca52202003e5628a882f3469a04d905cc05..68f21622eb28525d849d34df21882714818c95ce:/src/catalogue/views.py?ds=inline diff --git a/src/catalogue/views.py b/src/catalogue/views.py index 62ba2be90..af4d1e3b5 100644 --- a/src/catalogue/views.py +++ b/src/catalogue/views.py @@ -546,6 +546,7 @@ def book_text(request, slug): return render(request, 'catalogue/book_text.html', { 'book': book, + 'extra_info': book.get_extra_info_json(), 'book_text': book_text, 'inserts': DynamicTextInsert.get_all(request) })