mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-22 18:56:15 +02:00
add domain management portion
This commit is contained in:
parent
174d217315
commit
bf585bec2a
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ class MemberExport(BaseExport):
|
|||
"Last active": model.get("last_active"),
|
||||
"Domain requests": domain_request_display,
|
||||
"Member management": member_perm_display,
|
||||
"Domain management": "TODO",
|
||||
"Domain management": len(user_managed_domains) > 0,
|
||||
"Number of domains": len(user_managed_domains),
|
||||
# TODO - this doesn't quote enclose with one record
|
||||
"Domains": managed_domains_as_csv,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue