Apply BootstrapMixin to CustomFieldModelForm

This commit is contained in:
jeremystretch
2021-11-18 16:19:25 -05:00
parent 2c39dd4145
commit f2c4ca514b
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.
"""