default page for hosting changed from /hosting/my-virtual-machines -> /hosting/dashboard
This commit is contained in:
parent
a0451fc8ea
commit
e26b6ac416
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue