X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/3193141f55df20910cf8ba35f9e669d79c90d3f4..084544e4f7c9269b1445a9e5109fa641a3e1aaac:/platforma/templates/explorer/editor.html diff --git a/platforma/templates/explorer/editor.html b/platforma/templates/explorer/editor.html old mode 100644 new mode 100755 index 576a7939..a2ec61f4 --- a/platforma/templates/explorer/editor.html +++ b/platforma/templates/explorer/editor.html @@ -1,4 +1,5 @@ {% extends "base.html" %} +{% load i18n %} {% block extrahead %} @@ -11,8 +12,8 @@ docID: '{{ fileid }}', userID: '{{ euser }}', docURL: '{% url document_view fileid %}{% if euser %}?user={{ euser|urlencode }}{% endif %}', - toolbarURL: '{% url toolbar_buttons %}', - renderURL: '{% url api.views.render %}' + toolbarURL: '{% url toolbar_buttons %}', + staticURL: '{{ STATIC_URL }}' } @@ -48,7 +49,7 @@ <% for (panel in panels) { %> <% }; %> -

+

@@ -62,7 +63,9 @@ + +