X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/13584ed72497d3d447595a5a930ecc8a0051be44..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 f86f936c..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 %}{{ document.name }} - {{ block.super }}{% endblock %} +{% block titleextra %}{{ chunk.pretty_title }}{% endblock %} {% block extrahead %} {% load compressed %} {% compressed_css 'detail' %} {% endblock %} {% block extrabody %} - {% compressed_js 'detail' %} @@ -16,21 +16,18 @@ {% block maincontent %}
@@ -54,4 +55,4 @@ {% block dialogs %} {% endblock %} -{% endblock %} \ No newline at end of file +{% endblock %}