Commit 0ef5440c by aa.gusti

perbaikan idcard folder

1 parent b03e982b
...@@ -86,6 +86,8 @@ class ListSchema(colander.Schema): ...@@ -86,6 +86,8 @@ class ListSchema(colander.Schema):
colander.Boolean(), colander.Boolean(),
widget=widget.CheckboxWidget(), widget=widget.CheckboxWidget(),
oid="status") oid="status")
created = colander.SchemaNode(
colander.String())
def after_bind(self, schema, kw): def after_bind(self, schema, kw):
request = kw.get("request") request = kw.get("request")
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!