Skip to content

Commit

Permalink
Fix the README.md to use the right field class
Browse files Browse the repository at this point in the history
Fixing the form usage documentation to refer to the right field class: SummernoteTextField.
  • Loading branch information
Rômulo Jales authored and lqez committed Jan 12, 2021
1 parent cdf674f commit b4577c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ And for `ModelForm`,

```python
class FormForSomeModel(forms.ModelForm):
foo = SummernoteFormField()
foo = SummernoteTextField()
```

THEMES
Expand Down

0 comments on commit b4577c4

Please sign in to comment.