Make "land ownership details" visible always

Closes #71
This commit is contained in:
Carl van Tonder
2018-05-26 11:36:44 -04:00
parent 006262c7ea
commit 8a8eccaeaa
3 changed files with 22 additions and 6 deletions

View File

@ -310,7 +310,7 @@ class CaseStudy(models.Model):
# 1.5.3
land_ownership_details = models.CharField(
verbose_name=_("Land ownership details"),
help_text=_("Please specify details about land ownership if you chose 'other'"),
help_text=_("Please specify details about land ownership"),
max_length=256,
null=True,
blank=True,