pro tip: fix bugs in all places

This commit is contained in:
Laura Klünder 2023-11-24 17:25:34 +01:00
parent 682522ace4
commit 4e02145984

View file

@ -538,7 +538,7 @@ class DynamicLocation(CustomLocationProxyMixin, SpecificLocation, models.Model):
'id': self.pk,
'slug': self.slug,
'icon': self.get_icon(),
'title': self.title,
'title': str(self.title),
'subtitle': '%s %s, %s' % (_('currently unavailable'), _('(moving)'), self.subtitle)
}
result = custom_location.serialize(simple_geometry=True)