Merge pull request #483 from tiwariav/task/3775/hosting_default_page
Task/3775 hosting/dashboard as default page
This commit is contained in:
		
				commit
				
					
						d5c0fef965
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -190,7 +190,7 @@ class IndexView(View):
 | 
				
			||||||
class LoginView(LoginViewMixin):
 | 
					class LoginView(LoginViewMixin):
 | 
				
			||||||
    template_name = "hosting/login.html"
 | 
					    template_name = "hosting/login.html"
 | 
				
			||||||
    form_class = HostingUserLoginForm
 | 
					    form_class = HostingUserLoginForm
 | 
				
			||||||
    success_url = reverse_lazy('hosting:virtual_machines')
 | 
					    success_url = reverse_lazy('hosting:dashboard')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
class SignupView(CreateView):
 | 
					class SignupView(CreateView):
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue