WTForms recently added form-level validation in version 3.0.0. The builtin form-level validation errors are stored in Form.form_errors which conflicts with the attribute used here in KegElements.
KE should probably be updated to integrate with WTForms buitin form-level validation and our form validation should be deprecated
WTForms recently added form-level validation in version 3.0.0. The builtin form-level validation errors are stored in
Form.form_errors
which conflicts with the attribute used here in KegElements.KE should probably be updated to integrate with WTForms buitin form-level validation and our form validation should be deprecated