X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/ddd996af0536a83a4c187843e0d21797b2126e34..4607903456ce2c96d5c40d72c603093ef02f5d29:/platforma/templates/explorer/editor.html?ds=sidebyside diff --git a/platforma/templates/explorer/editor.html b/platforma/templates/explorer/editor.html old mode 100644 new mode 100755 index daa1b9e8..f6a76307 --- a/platforma/templates/explorer/editor.html +++ b/platforma/templates/explorer/editor.html @@ -1,4 +1,5 @@ {% extends "base.html" %} +{% load i18n %} {% block extrahead %} @@ -11,9 +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 %}', - staticURL: '{{ STATIC_URL }}' + toolbarURL: '{% url toolbar_buttons %}', + staticURL: '{{ STATIC_URL }}' } @@ -49,7 +49,7 @@ <% for (panel in panels) { %> <% }; %> -

+

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