mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-01 04:09:46 -04:00
remove unused support forms/pages & unused go-live form
This commit is contained in:
@@ -25,7 +25,6 @@ class Organization(JSONModel, SortByNameMixin):
|
||||
"active",
|
||||
"organization_type",
|
||||
"domains",
|
||||
"request_to_go_live_notes",
|
||||
"count_of_live_services",
|
||||
"billing_contact_email_addresses",
|
||||
"billing_contact_names",
|
||||
@@ -71,7 +70,6 @@ class Organization(JSONModel, SortByNameMixin):
|
||||
self.name = None
|
||||
self.domains = []
|
||||
self.organization_type = None
|
||||
self.request_to_go_live_notes = None
|
||||
|
||||
@property
|
||||
def organization_type_label(self):
|
||||
|
||||
Reference in New Issue
Block a user