Removed data sensitivity question
This commit is contained in:
@@ -6,7 +6,7 @@ class OrganizationForm(forms.ModelForm):
|
||||
model = Organization
|
||||
fields = [
|
||||
'name', 'email', 'employee_headcount', 'annual_revenue', 'critical_applications',
|
||||
'compliance_frameworks', 'industry_sector', 'it_dependency', 'data_sensitivity',
|
||||
'compliance_frameworks', 'industry_sector', 'it_dependency',
|
||||
'network_infrastructure', 'remote_workforce_percentage', 'third_party_vendor_access',
|
||||
'internal_software_development', 'geographic_scope', 'customer_base', 'customer_type',
|
||||
'product_portfolio', 'supplier_base', 'it_infrastructure',
|
||||
|
||||
Reference in New Issue
Block a user