X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/5913c54d19b8f6775633176032161d49f9b2f1aa..e0f595e44766e352edfce0aaf5d32be57f448882:/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..a7009c50 100644 --- a/src/wiki/templates/wiki/document_details_base.html +++ b/src/wiki/templates/wiki/document_details_base.html @@ -1,58 +1,83 @@ {% 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 %} - -