Commit 4832b191 by Ari Agung Prasetiyo Committed by Ari Agung Prasetiyo

routes - kode

1 parent 3712cdd8
......@@ -28,6 +28,8 @@ def route_widget_form():
class EditSchema(colander.Schema):
id = colander.SchemaNode(
colander.Integer(), widget=widget.HiddenWidget())
kode = colander.SchemaNode(
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!