1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

add bootstrap mixin subclass to bulk rename form so classes are properly assigned

This commit is contained in:
checktheroads
2021-04-18 11:36:12 -07:00
parent 125965b559
commit f4ac87af3a

View File

@ -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.
"""