2.1.43 fix

This commit is contained in:
SDE
2025-02-28 15:42:44 +03:00
parent fd343f098e
commit 685c201840
2 changed files with 3 additions and 2 deletions

View File

@@ -410,7 +410,7 @@ def create_or_change_route_ajax(request, route_id=None):
if 'route_id' in data and data['route_id']:
route_id = data['route_id']
del data['route_id']
# del data['route_id']
route = None
if route_id: