X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/43116c58e5c56f94ef358a5a17fb13a252e02531..1e373b12f008865c90a75cc56202d8adde06e2b7:/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..00c4f6a3 100644 --- a/apps/wiki/templates/wiki/document_details_base.html +++ b/apps/wiki/templates/wiki/document_details_base.html @@ -1,17 +1,17 @@ {% extends "base.html" %} {% load toolbar_tags i18n %} -{% block title %}{{ book.title }} - {{ block.super }}{% endblock %} +{% block titleextra %}{% if chunk.pretty_title %}{{ chunk.pretty_title }}{% else %}{{ chunk.book.title }}{% endif %}{% endblock %} {% block extrahead %} -{% load compressed %} -{% compressed_css 'detail' %} +{% load pipeline %} +{% stylesheet 'detail' %} {% endblock %} {% block extrabody %} - -{% compressed_js 'detail' %} +{% javascript 'detail' %} {% endblock %} {% block maincontent %} @@ -27,7 +27,7 @@