diff options
Diffstat (limited to 'chimere/models.py')
-rw-r--r-- | chimere/models.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chimere/models.py b/chimere/models.py index f9a1e65..c286422 100644 --- a/chimere/models.py +++ b/chimere/models.py @@ -806,6 +806,8 @@ class Area(models.Model, SimpleArea): help_text=_(u"If no subcategory is set all subcategories are available")) external_css = models.URLField(_(u"Link to an external CSS"), blank=True, null=True) + restrict_to_extent = models.BooleanField(_(u"Restrict to the area extent"), + default=False) objects = models.GeoManager() def __unicode__(self): |