Commit 8783308f by aa.gusti

perbaikan route callback

2 parents 43e479d9 0a796250
......@@ -29,8 +29,7 @@ class EditSchema(colander.Schema):
id = colander.SchemaNode(
colander.Integer(), widget=widget.HiddenWidget())
kode = colander.SchemaNode(
colander.String(),)
colander.String(), title='Kode')
path = colander.SchemaNode(
colander.String(), title='Path')
nama = colander.SchemaNode(
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!