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 f3d4b92 + 9a6c60d commit dee6f89Copy full SHA for dee6f89
docs/usage.rst
@@ -26,7 +26,7 @@ flatpage form you could use the following code::
26
from django.contrib.flatpages.models import FlatPage
27
from tinymce.widgets import TinyMCE
28
29
- class FlatPageForm(ModelForm):
+ class FlatPageForm(forms.ModelForm):
30
...
31
content = forms.CharField(widget=TinyMCE(attrs={'cols': 80, 'rows': 30}))
32
0 commit comments