Allow editing User.active
field.
This commit is contained in:
parent
f9d22f59f2
commit
9c294f2e4d
|
@ -157,6 +157,7 @@ class UserCrud(CrudView):
|
|||
fs.password.label("Set Password"),
|
||||
fs.confirm_password,
|
||||
fs.roles,
|
||||
fs.active,
|
||||
])
|
||||
|
||||
if self.readonly:
|
||||
|
|
Loading…
Reference in a new issue