Commit d625f5a7 by aagusti

perbaikan header mobile

1 parent 420a6adb
......@@ -306,6 +306,7 @@ class ChangePassword(colander.Schema):
retype_password = colander.SchemaNode(
colander.String(), widget=widget.PasswordWidget())
password = colander.SchemaNode(colander.String(),
widget=widget.PasswordWidget(),
title=_("Old Password"))
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!