From c63cb9e4a92378f9a630f95faa3d4d167e7aa8ec Mon Sep 17 00:00:00 2001 From: Marcin Koziej Date: Wed, 13 Feb 2013 16:03:00 +0100 Subject: [PATCH] parse dublincore --- apps/catalogue/views.py | 2 +- lib/librarian | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.20.1