aboutsummaryrefslogtreecommitdiff
path: root/wqflask
diff options
context:
space:
mode:
authorAlexander Kabui2020-12-07 13:35:18 +0300
committerAlexander Kabui2020-12-07 13:35:18 +0300
commitfabd1049a3d79833ee204e3bf6791526a8770b54 (patch)
tree9e903cb81058f1aab03587377e2e74491859c1d0 /wqflask
parentd76bb8ed8fb7a015e7563f64b6b3d6760cf874d8 (diff)
downloadgenenetwork2-fabd1049a3d79833ee204e3bf6791526a8770b54.tar.gz
replace ckeditor in templates
Diffstat (limited to 'wqflask')
-rw-r--r--wqflask/wqflask/templates/docedit.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/docedit.html b/wqflask/wqflask/templates/docedit.html
index b87c5b41..50bb96c0 100644
--- a/wqflask/wqflask/templates/docedit.html
+++ b/wqflask/wqflask/templates/docedit.html
@@ -16,7 +16,7 @@
{{content|safe}}
</textarea>
<button class="submit_changes" style="margin-top: 20px;">Submit Changes</button>
- <script src="/static/packages/ckeditor/ckeditor.js"></script>
+ <script language="javascript" type="text/javascript" src="{{ url_for('js', filename='ckeditor/ckeditor.js') }}"></script>
<script type="text/javascript">
CKEDITOR.replace('ckcontent', {
height: '650px',