Commit 2423a245 by Tatang

remark

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