mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-29 19:48:31 -04:00
Make email branding settings a table
So that it matches the other settings on this page
This commit is contained in:
@@ -15,5 +15,8 @@ class OrganisationsClient(BaseAPIClient):
|
||||
self.client_id = app.config['ADMIN_CLIENT_USER_NAME']
|
||||
self.secret = app.config['ADMIN_CLIENT_SECRET']
|
||||
|
||||
def get_organisation(self, id):
|
||||
return self.get(url='/organisation/{}'.format(id))
|
||||
|
||||
def get_organisations(self):
|
||||
return self.get(url='/organisation')['organisations']
|
||||
|
||||
Reference in New Issue
Block a user