X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/3c0f69b2b4d62eaeb05403edc7b4c171622edc9a..6d69e02f9265a0be1c762e0798e22ac764f2dafc:/project/templates/explorer/panels/xmleditor.html diff --git a/project/templates/explorer/panels/xmleditor.html b/project/templates/explorer/panels/xmleditor.html index 0f26ccf3..e2e6b0b4 100644 --- a/project/templates/explorer/panels/xmleditor.html +++ b/project/templates/explorer/panels/xmleditor.html @@ -25,8 +25,8 @@ panel_hooks = { var texteditor = CodeMirror.fromTextArea(textareaId, { parserfile: 'parsexml.js', - path: "/static/js/codemirror/", - stylesheet: "/static/css/xmlcolors.css", + path: "{{STATIC_URL}}js/codemirror/", + stylesheet: "{{STATIC_URL}}css/xmlcolors.css", parserConfig: {useHTMLKludges: false}, onChange: function() { panel.trigger('panel:contentChanged', self); @@ -64,7 +64,7 @@ panel_hooks = { opacity: 0.9, background: "#FBFBC6", padding: "1px", - fontSize: "12px", + fontSize: "12px" } });