1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2024-11-01 03:54:15 +00:00

add redirection for instance_actions error

This commit is contained in:
catborise 2019-09-11 11:51:20 +03:00
parent 0fdc2dae33
commit 1e2fbc8453

View file

@ -1098,7 +1098,7 @@ def instances_actions(request):
addlogmsg(request.user.username, instance.name, msg)
conn.resume(name)
return HttpResponseRedirect(request.get_full_path())
return HttpResponseRedirect(request.get_full_path())
@login_required
def inst_graph(request, compute_id, vname):