Fixes #4033: Restore missing comments field label of various bulk edit forms

This commit is contained in:
Jeremy Stretch
2020-01-28 16:09:10 -05:00
parent 0a11fc1221
commit 8de9f52151
4 changed files with 12 additions and 6 deletions

View File

@@ -89,7 +89,8 @@ class ProviderBulkEditForm(BootstrapMixin, AddRemoveTagsForm, CustomFieldBulkEdi
label='Admin contact'
)
comments = CommentField(
widget=SmallTextarea()
widget=SmallTextarea,
label='Comments'
)
class Meta: