X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/59f6e6616b1b01350f1eaa97ed026e8a8524da1f..c63cb9e4a92378f9a630f95faa3d4d167e7aa8ec:/apps/catalogue/views.py 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 ''