Merge branch 'pretty' of github.com:fnp/wolnelektury into pretty
[wolnelektury.git] / wolnelektury / templates / catalogue / book_detail.html
index f2beb77..dd4d907 100644 (file)
@@ -2,7 +2,7 @@
 {% load cache i18n %}
 {% load catalogue_tags pagination_tags %}
 
-{% block titleextra %}{{ book.title }}{% endblock %}
+{% block titleextra %}{{ book.pretty_title }}{% endblock %}
 
 {% block metadescription %}{% book_title book %}. {{ block.super }}{% endblock %}