Use the text_area_div css for the document page content edit text area
This commit is contained in:
@@ -89,6 +89,8 @@ class DocumentPageForm_edit(forms.ModelForm):
|
||||
'page_label',
|
||||
'content',
|
||||
]
|
||||
self.fields['content'].widget.attrs.update({'class': 'text_area_div'})
|
||||
|
||||
page_image = forms.CharField(
|
||||
required=False, widget=DocumentPageImageWidget()
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user