Skip to content

Commit

Permalink
fix inconsistent quill versions (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
gokselcoban committed Feb 10, 2021
1 parent b7092cb commit e4d1746
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions django_quill/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ class Media:
js = (
'https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/highlight.min.js',
'django_quill/django_quill.js',
'https://cdn.quilljs.com/1.3.6/quill.min.js',
'https://cdn.quilljs.com/1.3.7/quill.min.js',
)
css = {
'all': (
'https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/styles/darcula.min.css',
'django_quill/django_quill.css',
'https://cdn.quilljs.com/1.3.6/quill.snow.css',
'https://cdn.quilljs.com/1.3.7/quill.snow.css',
)
}

Expand Down

0 comments on commit e4d1746

Please sign in to comment.