We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b1e1b27 + 43ccf69 commit 7f61fb1Copy full SHA for 7f61fb1
README.rst
@@ -46,7 +46,7 @@ Usage
46
from froala_editor.widgets import FroalaEditor
47
48
class PageForm(forms.ModelForm):
49
- content = models.TextField(widget=FroalaEditor)
+ content = forms.CharField(widget=FroalaEditor)
50
51
52
Usage outside admin
0 commit comments