fix dynamiclocation position serialize

This commit is contained in:
Laura Klünder 2023-11-24 17:24:20 +01:00
parent f7a4055c1c
commit 682522ace4

View file

@ -547,7 +547,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, %s' % (
_('(moving)'),
('%s, ' % self.subtitle) if self.describing_groups else '',