Commit 2423a245 by Tatang

remark

1 parent 687e3ba6
......@@ -307,11 +307,11 @@ class RegisterSchema(colander.Schema):
missing=colander.drop,
widget=widget.TextInputWidget(attributes={'maxlength': 50})
)
delivery_email = colander.SchemaNode(
colander.String(),
missing=colander.drop,
widget=widget.TextInputWidget(attributes={'maxlength': 128})
)
# delivery_email = colander.SchemaNode(
# colander.String(),
# missing=colander.drop,
# widget=widget.TextInputWidget(attributes={'maxlength': 128})
# )
vat = colander.SchemaNode(
colander.Integer(),
default=0,
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!