mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-19 17:59:11 -06:00
add bootstrap mixin subclass to bulk rename form so classes are properly assigned
This commit is contained in:
parent
125965b559
commit
f4ac87af3a
@ -81,7 +81,7 @@ class BulkEditForm(forms.Form):
|
||||
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.
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user