X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/587871c59fb79c4c235ba6697174723f26af8aab..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 d329c040..0bb58b2d 100644 --- a/apps/wiki_img/templates/wiki_img/document_details_base.html +++ b/apps/wiki_img/templates/wiki_img/document_details_base.html @@ -3,15 +3,15 @@ {% 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 @@