Make project_owners & shareholders required..
..and tweak "country" label text
This commit is contained in:
@ -267,7 +267,7 @@ class CaseStudy(models.Model):
|
||||
|
||||
# 1.4
|
||||
country = CountryField(
|
||||
verbose_name=_("Country field"),
|
||||
verbose_name=_("Country"),
|
||||
help_text=_("Select the country of the project")
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user