FIX: Poprawienie ścieżek w XMLEditor, żeby były budowane na podstawie STATIC_URL.
[redakcja.git] / platforma / templates / explorer / editor.html
index 576a793..daa1b9e 100644 (file)
@@ -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 }}'
             }          
                 
        </script>