From 8c89128a8be5f28a540d884edb06e30ed946ee9e Mon Sep 17 00:00:00 2001 From: DeanWu Date: Fri, 25 Jan 2019 13:53:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20django1.8=20static=20?= =?UTF-8?q?=E8=B7=AF=E5=BE=84=E7=94=9F=E6=88=90=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mdeditor/templates/markdown.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mdeditor/templates/markdown.html b/mdeditor/templates/markdown.html index 5ce862a..0fe520d 100644 --- a/mdeditor/templates/markdown.html +++ b/mdeditor/templates/markdown.html @@ -48,7 +48,7 @@ }) }, syncScrolling: "single", - path: "{% static '/mdeditor/js/lib/' %}", + path: "{% static 'mdeditor/js/lib/' %}", // theme theme : "{{ config.theme|safe }}", previewTheme : "{{ config.preview_theme|safe }}",