X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/434a8ca0e146d0ad9514978fffec916c90fb7542..df341bdd09208d2b0f84060454cc0000df19deba:/src/wiki_img/templates/wiki_img/document_details_readonly.html?ds=sidebyside diff --git a/src/wiki_img/templates/wiki_img/document_details_readonly.html b/src/wiki_img/templates/wiki_img/document_details_readonly.html index ca38838e..7fcc8055 100644 --- a/src/wiki_img/templates/wiki_img/document_details_readonly.html +++ b/src/wiki_img/templates/wiki_img/document_details_readonly.html @@ -1,10 +1,14 @@ {% extends "wiki_img/document_details_base.html" %} {% load i18n %} +{% load static %} {% block extrabody %} {{ block.super }} - + + + + + {% endblock %} @@ -19,8 +23,3 @@ {% include "wiki_img/tabs/objects_editor.html" %} {% include "wiki_img/tabs/source_editor.html" %} {% endblock %} - -{% block editor-class %} - sideless -{% endblock %} -