X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=blobdiff_plain;f=portal%2Faccountview.py;h=4091a6c69379cdd0376455f2d78196c58c72b025;hp=05d1372c136b829e5ded09ad2019259bce08986f;hb=e6301ba331d8b6ea6c5f2674b13f26603fa1826f;hpb=4edf33409d8daff05605aba684e73fa2abf9891d diff --git a/portal/accountview.py b/portal/accountview.py index 05d1372c..4091a6c6 100644 --- a/portal/accountview.py +++ b/portal/accountview.py @@ -236,7 +236,7 @@ def account_process(request): if 'delete_'+platform_detail['platform'] in request.POST: platform_id = platform_detail['platform_id'] user_params = {'user_id':user_id} - manifold_delete_account(request,platform_id,user_params) + manifold_delete_account(request,platform_id, user_id, user_params) messages.info(request, 'Reference Account is removed from the selected platform') return HttpResponseRedirect("/portal/account/")