1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-07-31 12:41:08 +00:00

url fix for clone

This commit is contained in:
catborise 2018-10-01 15:09:04 +03:00
parent 358f9ae28a
commit 93a8625aca
4 changed files with 11 additions and 8 deletions

View file

@ -359,7 +359,7 @@ def instance(request, compute_id, vname):
msg = _("Destroy")
addlogmsg(request.user.username, instance_name, msg)
return HttpResponseRedirect(reverse('instances'))
return HttpResponseRedirect(reverse('allinstances'))
if 'rootpasswd' in request.POST:
passwd = request.POST.get('passwd', '')