Skip to content

Commit

Permalink
Fix Form object has no attribute 'middleware_attr_schema'
Browse files Browse the repository at this point in the history
  • Loading branch information
themylogin committed Oct 4, 2017
1 parent 9864d65 commit 6aff15e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gui/common/forms.py
Expand Up @@ -76,6 +76,7 @@ class ModelForm(AdvMixin, MF):
"""
middleware_attr_map = {}
middleware_attr_prefix = None
middleware_attr_schema = None

def __init__(self, *args, **kwargs):
self._fserrors = {}
Expand Down

0 comments on commit 6aff15e

Please sign in to comment.