Removed data sensitivity question

This commit is contained in:
2025-09-19 11:33:39 +02:00
parent f07636b175
commit d27d7b60c7
4 changed files with 37 additions and 57 deletions

View File

@@ -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',