Add organisations pages to show orgs and create/edit them

This commit is contained in:
Ken Tsang
2018-02-08 12:19:21 +00:00
parent b11bfd49e3
commit f0e8661e34
6 changed files with 228 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ from app.main.views import ( # noqa
letter_jobs,
email_branding,
conversation,
organisations,
notifications,
inbound_number
)