pro tip: fix bugs in all places
This commit is contained in:
parent
682522ace4
commit
4e02145984
1 changed files with 1 additions and 1 deletions
|
@ -538,7 +538,7 @@ class DynamicLocation(CustomLocationProxyMixin, SpecificLocation, models.Model):
|
||||||
'id': self.pk,
|
'id': self.pk,
|
||||||
'slug': self.slug,
|
'slug': self.slug,
|
||||||
'icon': self.get_icon(),
|
'icon': self.get_icon(),
|
||||||
'title': self.title,
|
'title': str(self.title),
|
||||||
'subtitle': '%s %s, %s' % (_('currently unavailable'), _('(moving)'), self.subtitle)
|
'subtitle': '%s %s, %s' % (_('currently unavailable'), _('(moving)'), self.subtitle)
|
||||||
}
|
}
|
||||||
result = custom_location.serialize(simple_geometry=True)
|
result = custom_location.serialize(simple_geometry=True)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue