fix dynamiclocation position serialize
This commit is contained in:
parent
f7a4055c1c
commit
682522ace4
1 changed files with 1 additions and 1 deletions
|
@ -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 '',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue