Organisation notes visible on organisation settings page

This commit is contained in:
Pea Tyczynska
2021-02-05 10:52:08 +00:00
parent 71198bbb07
commit f0d94a009e
7 changed files with 51 additions and 3 deletions

View File

@@ -46,6 +46,7 @@ class Organisation(JSONModel):
'domains',
'request_to_go_live_notes',
'count_of_live_services',
'notes'
}
@classmethod