forked from ScoDoc/ScoDoc
breakpoint oublié (users)
This commit is contained in:
parent
ce5e379d29
commit
4480783d89
@ -269,7 +269,6 @@ def create_user_form(user_name=None, edit=0, all_roles=False):
|
||||
for i in range(len(displayed_roles_strings)):
|
||||
if displayed_roles_strings[i] not in editable_roles_strings:
|
||||
disabled_roles[i] = True
|
||||
breakpoint()
|
||||
descr = [
|
||||
("edit", {"input_type": "hidden", "default": edit}),
|
||||
("nom", {"title": "Nom", "size": 20, "allow_null": False}),
|
||||
|
Loading…
Reference in New Issue
Block a user