mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Merge pull request #1111 from eeintech/disable_crispy_form_errors
Disable crispy form errors
This commit is contained in:
commit
d23444a86a
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user