X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/3193141f55df20910cf8ba35f9e669d79c90d3f4..ddd996af0536a83a4c187843e0d21797b2126e34:/platforma/templates/explorer/editor.html diff --git a/platforma/templates/explorer/editor.html b/platforma/templates/explorer/editor.html index 576a7939..daa1b9e8 100644 --- a/platforma/templates/explorer/editor.html +++ b/platforma/templates/explorer/editor.html @@ -12,7 +12,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 }}' }