mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-19 14:09:20 -04:00
a few more organisation edits
This commit is contained in:
@@ -18,7 +18,7 @@ def performance():
|
||||
stats['organisations_using_notify'] = sorted(
|
||||
[
|
||||
{
|
||||
'organisation_name': organisation_name or 'No organisation',
|
||||
'organisation_name': organisation_name or 'No organization',
|
||||
'count_of_live_services': len(list(group)),
|
||||
}
|
||||
for organisation_name, group in groupby(
|
||||
|
||||
Reference in New Issue
Block a user