summaryrefslogtreecommitdiffstats
path: root/utils/widgets.py
diff options
context:
space:
mode:
Diffstat (limited to 'utils/widgets.py')
-rw-r--r--utils/widgets.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/widgets.py b/utils/widgets.py
index 3e5d2b8..3b65b82 100644
--- a/utils/widgets.py
+++ b/utils/widgets.py
@@ -13,6 +13,7 @@ class Static(object):
class TextArea(wtforms.widgets.core.TextArea):
def __init__(self, **kwargs):
self.kwargs = kwargs
+ super(TextArea, self).__init__()
def __call__(self, field, **kwargs):
for arg in self.kwargs: