Require high zoom level to select project location, closes #56
This commit is contained in:
@ -252,9 +252,7 @@ class CaseStudy(models.Model):
|
||||
|
||||
# N/A - Not explicitly listed in spec
|
||||
location = models.PointField(
|
||||
verbose_name=_("Project location"),
|
||||
help_text=_("Place a marker using the tools on the left of the map. Zoom in as far as you can so the placement \
|
||||
is accurate (important)")
|
||||
verbose_name=_("Project location")
|
||||
)
|
||||
|
||||
# 1.2
|
||||
|
Reference in New Issue
Block a user