default page for hosting changed from /hosting/my-virtual-machines -> /hosting/dashboard

This commit is contained in:
Arvind Tiwari 2017-09-07 22:24:03 +05:30
parent a0451fc8ea
commit e26b6ac416
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ class IndexView(View):
class LoginView(LoginViewMixin):
template_name = "hosting/login.html"
form_class = HostingUserLoginForm
success_url = reverse_lazy('hosting:virtual_machines')
success_url = reverse_lazy('hosting:dashboard')
class SignupView(CreateView):