mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-28 03:16:25 -06:00
add bootstrap mixin subclass to bulk rename form so classes are properly assigned
This commit is contained in:
parent
199dc07399
commit
8e4bd8e29c
@ -81,7 +81,7 @@ class BulkEditForm(forms.Form):
|
|||||||
self.nullable_fields = self.Meta.nullable_fields
|
self.nullable_fields = self.Meta.nullable_fields
|
||||||
|
|
||||||
|
|
||||||
class BulkRenameForm(forms.Form):
|
class BulkRenameForm(BootstrapMixin, forms.Form):
|
||||||
"""
|
"""
|
||||||
An extendable form to be used for renaming objects in bulk.
|
An extendable form to be used for renaming objects in bulk.
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user