Skip to content

Commit

Permalink
Update usage.rst
Browse files Browse the repository at this point in the history
Missing bracket.
  • Loading branch information
tserg authored and claudep committed Nov 9, 2021
1 parent d8fc01c commit 6734d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ Create the widget::
from tinymce.widgets import TinyMCE

class SomeForm(forms.Form):
somefield = forms.CharField(widget=TinyMCE(mce_attrs={'external_link_list_url': reverse('someviewname')})
somefield = forms.CharField(widget=TinyMCE(mce_attrs={'external_link_list_url': reverse('someviewname')}))

Create the view::

Expand Down

0 comments on commit 6734d74

Please sign in to comment.