fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
exercises fix: count good and bad answers correctly
[redakcja.git]
/
apps
/
catalogue
/
views.py
diff --git
a/apps/catalogue/views.py
b/apps/catalogue/views.py
index
74036f0
..
2b5ac99
100644
(file)
--- 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=
Fals
e)
+ doc = book.wldocument(parse_dublincore=
Tru
e)
html = doc.as_html()
html = html.get_string() if html is not None else ''