Skip to content

Commit dee6f89

Browse files
committed
Merge pull request jazzband#40 from jondbaker/patch-1
Update docs/usage.rst
2 parents f3d4b92 + 9a6c60d commit dee6f89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ flatpage form you could use the following code::
2626
from django.contrib.flatpages.models import FlatPage
2727
from tinymce.widgets import TinyMCE
2828

29-
class FlatPageForm(ModelForm):
29+
class FlatPageForm(forms.ModelForm):
3030
...
3131
content = forms.CharField(widget=TinyMCE(attrs={'cols': 80, 'rows': 30}))
3232
...

0 commit comments

Comments
 (0)