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

Apply BootstrapMixin to CustomFieldModelForm

This commit is contained in:
jeremystretch
2021-11-18 16:19:25 -05:00
parent d2767f39f0
commit c210c6937b
10 changed files with 63 additions and 63 deletions

View File

@@ -19,7 +19,7 @@ __all__ = (
)
class BootstrapMixin(forms.BaseForm):
class BootstrapMixin:
"""
Add the base Bootstrap CSS classes to form elements.
"""