2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 04:25:42 +00:00

Merge pull request #1111 from eeintech/disable_crispy_form_errors

Disable crispy form errors
This commit is contained in:
Oliver
2020-11-06 07:53:11 +11:00
committed by GitHub

View File

@ -27,6 +27,7 @@ class HelperForm(forms.ModelForm):
self.helper = FormHelper()
self.helper.form_tag = False
self.helper.form_show_errors = False
"""
Create a default 'layout' for this form.