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

+

@@ -62,7 +64,7 @@