dodata provera za email i orgnaziation name
This commit is contained in:
@@ -57,7 +57,7 @@ class Organization(models.Model):
|
||||
third_party_vendor_access = models.CharField(max_length=20, help_text="How many third-party vendors have access to your systems?")
|
||||
internal_software_development = models.CharField(max_length=20, help_text="What is the extent of your internal software development activities?")
|
||||
geographic_scope = models.CharField(max_length=20, null=True, blank=True, help_text="What is your organization's geographic operational scope?")
|
||||
customer_base = models.CharField(max_length=20, null=True, blank=True, help_text="How would you characterize your customer base distribution?")
|
||||
customer_base = models.CharField(max_length=255, null=True, blank=True, help_text="How would you characterize your customer base distribution?")
|
||||
customer_type = models.CharField(max_length=20, null=True, blank=True, help_text="What is your primary customer type?")
|
||||
product_portfolio = models.CharField(max_length=20, null=True, blank=True, help_text="How diversified is your product/service portfolio?")
|
||||
supplier_base = models.CharField(max_length=20, null=True, blank=True, help_text="What is your supplier base structure?")
|
||||
|
||||
Reference in New Issue
Block a user