X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Factions.py;h=e21812608a2ea7fcb7c7dcd46a53e6df78d0b411;hb=34ececec5c03aa6ca7fe3b7e0b9c28fb7cf49d91;hp=baf4ccab8ee96c8bd7cb05dc2d66cc7947798454;hpb=fc5b98dabe913cc8fd3c6ea7ed15b5485e7caa8e;p=unfold.git diff --git a/portal/actions.py b/portal/actions.py index baf4ccab..e2181260 100644 --- a/portal/actions.py +++ b/portal/actions.py @@ -402,7 +402,7 @@ def create_pending_slice(wsgi_request, request, email): slice_name = request['slice_name'], user_hrn = request['user_hrn'], authority_hrn = request['authority_hrn'], - number_of_nodes = request['number_of_nodes'], + number_of_nodes = request['exp_url'], purpose = request['purpose'], ) s.save()