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:
|
||||
return {
|
||||
'available': False,
|
||||
'id': self.pk,
|
||||
'title': self.title,
|
||||
'subtitle': '%s %s, %s' % (_('currently unavailable'), _('(moving)'), self.subtitle)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue