From: Marcin Koziej Date: Wed, 13 Feb 2013 15:03:00 +0000 (+0100) Subject: parse dublincore X-Git-Url: https://git.mdrn.pl/redakcja.git/commitdiff_plain/c63cb9e4a92378f9a630f95faa3d4d167e7aa8ec parse dublincore --- 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 '' diff --git a/lib/librarian b/lib/librarian index 98a3fbdc..63f2be7b 160000 --- a/lib/librarian +++ b/lib/librarian @@ -1 +1 @@ -Subproject commit 98a3fbdcedc1b8c4da602b8bb8ee304830a6de1b +Subproject commit 63f2be7b043df0f94bfa1f96e87834b72be14987