X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/434a8ca0e146d0ad9514978fffec916c90fb7542..df341bdd09208d2b0f84060454cc0000df19deba:/src/wiki/templates/wiki/document_details_base.html diff --git a/src/wiki/templates/wiki/document_details_base.html b/src/wiki/templates/wiki/document_details_base.html index 00c4f6a3..8b79d9aa 100644 --- a/src/wiki/templates/wiki/document_details_base.html +++ b/src/wiki/templates/wiki/document_details_base.html @@ -1,58 +1,69 @@ {% extends "base.html" %} {% load toolbar_tags i18n %} +{% load static %} {% block titleextra %}{% if chunk.pretty_title %}{{ chunk.pretty_title }}{% else %}{{ chunk.book.title }}{% endif %}{% endblock %} {% block extrahead %} -{% load pipeline %} -{% stylesheet 'detail' %} + {% load pipeline %} + {% stylesheet 'detail' %} + {% endblock %} {% block extrabody %} - -{% javascript 'detail' %} + + {% javascript 'detail' %} + {% endblock %} {% block maincontent %} - -