donÃ't add space transfer description after waytype description
This commit is contained in:
parent
3691e626a7
commit
8db89217eb
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ class Route:
|
|||
for item in items:
|
||||
if item.new_space:
|
||||
next_space = item.space
|
||||
if item.last_item:
|
||||
if item.last_item and not item.descriptions:
|
||||
description = None
|
||||
if last_space:
|
||||
description = current_space.cross_descriptions.get((last_space.pk, next_space.pk), None)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue