From c6db1450a114b5a93ae09083a6c5334c2d55d9e5 Mon Sep 17 00:00:00 2001 From: modulos Date: Thu, 25 May 2017 12:39:23 +0200 Subject: [PATCH] Correct vm configuration flow A user now get's redirected to vm list view when pressing 'finish configuration' --- hosting/templates/hosting/order_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosting/templates/hosting/order_detail.html b/hosting/templates/hosting/order_detail.html index 868680aa..7b63c927 100644 --- a/hosting/templates/hosting/order_detail.html +++ b/hosting/templates/hosting/order_detail.html @@ -61,7 +61,7 @@ {% url 'hosting:payment' as payment_url %} {% if payment_url in request.META.HTTP_REFERER %}
- +
{% endif %}