show unavailable note
This commit is contained in:
parent
bf01a7b7ca
commit
a0f09d984d
1 changed files with 1 additions and 0 deletions
|
@ -517,6 +517,7 @@ class DynamicLocation(CustomLocationProxyMixin, SpecificLocation, models.Model):
|
||||||
if custom_location is None:
|
if custom_location is None:
|
||||||
return {
|
return {
|
||||||
'available': False,
|
'available': False,
|
||||||
|
'id': self.pk,
|
||||||
'title': self.title,
|
'title': self.title,
|
||||||
'subtitle': '%s %s, %s' % (_('currently unavailable'), _('(moving)'), self.subtitle)
|
'subtitle': '%s %s, %s' % (_('currently unavailable'), _('(moving)'), self.subtitle)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue