diff options
author | BonfaceKilz | 2020-12-09 14:11:27 +0300 |
---|---|---|
committer | GitHub | 2020-12-09 14:11:27 +0300 |
commit | af68ccc446f4228deec7eb96b5c54f672fa05373 (patch) | |
tree | 3ec743614d09dd7601ba22dde427c853776ce36a /wqflask | |
parent | d0bd308222c83004717fe4c86a2218295db28957 (diff) | |
parent | 277659a4f22877be78b50eaaad80e83282a168d0 (diff) | |
download | genenetwork2-af68ccc446f4228deec7eb96b5c54f672fa05373.tar.gz |
Merge pull request #519 from Alexanderlacuna/replace-ckeditor
Replace ckeditor
Diffstat (limited to 'wqflask')
-rw-r--r-- | wqflask/wqflask/templates/docedit.html | 2 |
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', |