X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/a494a95bf89ed6aa55b5f14b71a343e33d55bd60..fb8befbb76d37a32317ef82324cecc5dd5208c08:/apps/catalogue/views.py?ds=sidebyside diff --git a/apps/catalogue/views.py b/apps/catalogue/views.py index 74036f0d..2b5ac99a 100644 --- a/apps/catalogue/views.py +++ b/apps/catalogue/views.py @@ -225,7 +225,7 @@ def book_html(request, slug): if not book.accessible(request): return HttpResponseForbidden("Not authorized.") - doc = book.wldocument(parse_dublincore=False) + doc = book.wldocument(parse_dublincore=True) html = doc.as_html() html = html.get_string() if html is not None else ''