Make type of ecosystem field long enough to hold all choices
This commit is contained in:
parent
50b5f67bab
commit
dbdab0e440
@ -307,7 +307,7 @@ class CaseStudy(models.Model):
|
|||||||
type_of_ecosystem = MultiSelectField(
|
type_of_ecosystem = MultiSelectField(
|
||||||
verbose_name=_("Type(s) of ecosystem"),
|
verbose_name=_("Type(s) of ecosystem"),
|
||||||
help_text=_("Select the most relevant type(s)."),
|
help_text=_("Select the most relevant type(s)."),
|
||||||
max_length=6,
|
max_length=56,
|
||||||
choices=TYPE_OF_ECOSYSTEM_CHOICES,
|
choices=TYPE_OF_ECOSYSTEM_CHOICES,
|
||||||
default=None,
|
default=None,
|
||||||
null=True,
|
null=True,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user