mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-05-18 09:31:07 +00:00
cosmetic changes
This commit is contained in:
parent
2ca6d4ae8b
commit
3f65814e1c
3 changed files with 6 additions and 2 deletions
|
|
@ -145,6 +145,9 @@ cat README.rst \
|
|||
src/fobi/contrib/plugins/form_elements/content/content_text/README.rst \
|
||||
docs/empty.rst.distrib \
|
||||
\
|
||||
src/fobi/contrib/plugins/form_elements/content/content_richtext/README.rst \
|
||||
docs/empty.rst.distrib \
|
||||
\
|
||||
src/fobi/contrib/plugins/form_elements/content/content_video/README.rst \
|
||||
docs/empty.rst.distrib \
|
||||
\
|
||||
|
|
|
|||
|
|
@ -89,4 +89,5 @@ Controlling HTML tags and attributes
|
|||
'acronym': ['title'],
|
||||
}
|
||||
|
||||
Alternatively use a ``summernote`` plugin like ``summernote-cleaner``.
|
||||
For frontend-only controll one can alternatively use
|
||||
a ``summernote`` plugin like ``summernote-cleaner``.
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ class ContentRichTextForm(forms.Form, BasePluginForm):
|
|||
]
|
||||
|
||||
text = forms.CharField(
|
||||
label=_('Content'),
|
||||
label=_('Text'),
|
||||
required=True,
|
||||
widget=SummernoteInplaceWidget(),
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue