From 65c6f1342beae80a637d0624296d64ad308f1d1a Mon Sep 17 00:00:00 2001 From: Levi Date: Sun, 21 May 2017 22:38:12 -0500 Subject: [PATCH] added next url to ssh create key view --- hosting/templates/hosting/virtual_machine_key.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hosting/templates/hosting/virtual_machine_key.html b/hosting/templates/hosting/virtual_machine_key.html index e152948d..4eaaf10f 100644 --- a/hosting/templates/hosting/virtual_machine_key.html +++ b/hosting/templates/hosting/virtual_machine_key.html @@ -114,7 +114,9 @@ {% if next_url %} - window.location.href = '{{next_url}}' + {% endif %} {%endblock%}