X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/0f84fb864cfe3f6c642706f40933ede6a74fe0c4..ec5b493bff5efa683aadf5f78aa891eff3550156:/apps/wiki/templates/wiki/document_details_base.html diff --git a/apps/wiki/templates/wiki/document_details_base.html b/apps/wiki/templates/wiki/document_details_base.html index e164a9ee..891e9e85 100644 --- a/apps/wiki/templates/wiki/document_details_base.html +++ b/apps/wiki/templates/wiki/document_details_base.html @@ -1,14 +1,14 @@ {% extends "base.html" %} {% load toolbar_tags i18n %} -{% block title %}{{ book.title }} - {{ block.super }}{% endblock %} +{% block titleextra %}{{ chunk.pretty_title }}{% endblock %} {% block extrahead %} {% load compressed %} {% compressed_css 'detail' %} {% endblock %} {% block extrabody %} - {% compressed_js 'detail' %} @@ -27,7 +27,7 @@