X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Futil.py;h=918f16c6c73865f33ff327aafcb25b33d5da3527;hb=0c6e0197da94e834beb0d6b8e9b46011efa4e1a5;hp=df3606cb2e6c8baf177ecb51654f945ed07b76a8;hpb=1aea42c3668602aacfe22bc762ee939672129f53;p=myslice.git diff --git a/portal/util.py b/portal/util.py index df3606cb..918f16c6 100644 --- a/portal/util.py +++ b/portal/util.py @@ -169,7 +169,7 @@ def slice_request(request): slice_name = form.cleaned_data['slice_name'] else: form = SliceRequestForm() - return render(request, 'slice_request.html', locals()) + return render(request, 'slice-request-view.html', locals()) def slice_validate(request): pass