dont just say "Point"
This commit is contained in:
parent
3c00bd3e49
commit
fa2978feca
2 changed files with 16 additions and 13 deletions
|
@ -364,8 +364,7 @@ class CustomLocation:
|
|||
|
||||
@cached_property
|
||||
def title_subtitle(self):
|
||||
title = _('Point')
|
||||
print(self.space)
|
||||
title = _('Point in %(level)s') % {'level': self.level.title}
|
||||
if not self.space:
|
||||
return title, self.level.title,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue