X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/54d2f3a9f5501bfca8ab48544123f2851c6c4085..8132fc186eb0c5fd02c86828c3a4735754296d02:/apps/wiki_img/templates/wiki_img/document_details_base.html diff --git a/apps/wiki_img/templates/wiki_img/document_details_base.html b/apps/wiki_img/templates/wiki_img/document_details_base.html index 93c267c2..0bb58b2d 100644 --- a/apps/wiki_img/templates/wiki_img/document_details_base.html +++ b/apps/wiki_img/templates/wiki_img/document_details_base.html @@ -1,17 +1,17 @@ {% extends "base.html" %} {% load toolbar_tags i18n %} -{% block title %}{{ document.name }} - {{ block.super }}{% endblock %} +{% block title %}{{ document.title }} - {{ block.super }}{% endblock %} {% block extrahead %} -{% load compressed %} -{% compressed_css 'detail' %} +{% load pipeline %} +{% stylesheet 'detail' %} {% endblock %} {% block extrabody %} -{% compressed_js 'wiki_img' %} +{% javascript 'wiki_img' %} {% endblock %} {% block maincontent %} @@ -25,7 +25,7 @@