Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Commit

Permalink
Merge pull request #293 from quokkaproject/summernote_editor
Browse files Browse the repository at this point in the history
Fix #231 html editor replaced with summernote, tinymce deleted
  • Loading branch information
rochacbruno committed Sep 2, 2015
2 parents c875b3e + 741a4e4 commit 3f23fb3
Show file tree
Hide file tree
Showing 104 changed files with 10,949 additions and 2,175 deletions.
2 changes: 1 addition & 1 deletion quokka/core/widgets.py
Expand Up @@ -14,7 +14,7 @@ def __init__(self, *args, **kwargs):
'style_',
"margin: 0px; width: 725px; height: 360px;"
)
self.editor = kwargs.pop('editor', 'tinymce')
self.editor = kwargs.pop('editor', 'summernote')

def __call__(self, field, **kwargs):
c = kwargs.pop('class', '') or kwargs.pop('class_', '')
Expand Down

0 comments on commit 3f23fb3

Please sign in to comment.