diff options
Diffstat (limited to 'chimere/models.py')
-rw-r--r-- | chimere/models.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chimere/models.py b/chimere/models.py index 727c3c7..3177864 100644 --- a/chimere/models.py +++ b/chimere/models.py @@ -354,7 +354,8 @@ class Importer(models.Model): u"a marker to a way"), default=False) default_localisation = PointField(_(u"Default localisation"), srid=settings.CHIMERE_EPSG_DISPLAY_PROJECTION, - blank=True, null=True, widget=HiddenPointChooserWidget) + blank=True, null=True, + widget=HiddenPointChooserWidget) class Meta: verbose_name = _(u"Importer") |