From 537e350c8c26c5d68feaf5fabf50cc2da417fc56 Mon Sep 17 00:00:00 2001
From: PCoder <purple.coder@yahoo.co.uk>
Date: Sun, 24 Sep 2017 00:22:18 +0530
Subject: [PATCH] Redirecting users on creation of accounts to my virtual
 machines page

---
 datacenterlight/views.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/datacenterlight/views.py b/datacenterlight/views.py
index ed03312a..d59a7a3a 100644
--- a/datacenterlight/views.py
+++ b/datacenterlight/views.py
@@ -639,7 +639,7 @@ class OrderConfirmationView(DetailView):
         response = {
             'status': True,
             'redirect': reverse(
-                'hosting:dashboard') if request.user.is_authenticated() else reverse(
+                'hosting:virtual_machines') if request.user.is_authenticated() else reverse(
                 'datacenterlight:index'),
             'msg_title': str(_('Thank you for the order.')),
             'msg_body': str(