Skip to content

Commit 7f61fb1

Browse files
committed
Merge branch 'master' of github.com:froala/django-froala-editor
2 parents b1e1b27 + 43ccf69 commit 7f61fb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Usage
4646
from froala_editor.widgets import FroalaEditor
4747
4848
class PageForm(forms.ModelForm):
49-
content = models.TextField(widget=FroalaEditor)
49+
content = forms.CharField(widget=FroalaEditor)
5050
5151
5252
Usage outside admin

0 commit comments

Comments
 (0)