Slicerequest: fix display email in email
authorYasin <mohammed-yasin.rahman@lip6.fr>
Mon, 5 May 2014 12:50:29 +0000 (14:50 +0200)
committerYasin <mohammed-yasin.rahman@lip6.fr>
Mon, 5 May 2014 12:50:29 +0000 (14:50 +0200)
portal/slicerequestview.py

index 213fd31..1020fee 100644 (file)
@@ -74,6 +74,7 @@ class SliceRequestView (LoginRequiredAutoLogoutView, ThemeView):
                 'type'              : 'slice',
                 'id'                : None,
                 'user_hrn'          : user_hrn,
+                'email'             : user_email,
                 'timestamp'         : time.time(),
                 'authority_hrn'     : wsgi_request.POST.get('authority_hrn', ''),
                 'slice_name'        : wsgi_request.POST.get('slice_name', ''),