mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-08 14:40:27 +00:00
setting account_user_ids to empty list on GET /account/edit (#966)
This commit is contained in:
parent
c4a9498898
commit
07c71fb0bf
@ -441,6 +441,7 @@ def edit_account(account_name=None):
|
||||
if request.method == 'GET':
|
||||
if account_name is None:
|
||||
return render_template('admin_edit_account.html',
|
||||
account_user_ids=[],
|
||||
users=users,
|
||||
create=1)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user