parse dublincore
authorMarcin Koziej <marcin.koziej@nowoczesnapolska.org.pl>
Wed, 13 Feb 2013 15:03:00 +0000 (16:03 +0100)
committerMarcin Koziej <marcin.koziej@nowoczesnapolska.org.pl>
Wed, 13 Feb 2013 15:03:00 +0000 (16:03 +0100)
apps/catalogue/views.py
lib/librarian

index 74036f0..2b5ac99 100644 (file)
@@ -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 ''
index 98a3fbd..63f2be7 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 98a3fbdcedc1b8c4da602b8bb8ee304830a6de1b
+Subproject commit 63f2be7b043df0f94bfa1f96e87834b72be14987