mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-09 23:20:27 +00:00
spelling: initialize
This commit is contained in:
parent
c646185e1f
commit
aced23db97
@ -689,7 +689,7 @@ def domain_management(domain_name):
|
|||||||
users = User.query.all()
|
users = User.query.all()
|
||||||
accounts = Account.query.all()
|
accounts = Account.query.all()
|
||||||
|
|
||||||
# get list of user ids to initilize selection data
|
# get list of user ids to initialize selection data
|
||||||
d = Domain(name=domain_name)
|
d = Domain(name=domain_name)
|
||||||
domain_user_ids = d.get_user()
|
domain_user_ids = d.get_user()
|
||||||
account = d.get_account()
|
account = d.get_account()
|
||||||
|
Loading…
Reference in New Issue
Block a user