add route to edit_route
This commit is contained in:
SDE
2023-08-01 19:21:17 +03:00
parent 6908fbb32f
commit b7e01aa6bc

View File

@@ -42,7 +42,8 @@ def edit_route_ajax(request):
Dict = {
'form': form
'form': form,
'route': route
}
except Exception as e: