All major DCL plugins added
This commit is contained in:
		
					parent
					
						
							
								0d4af5758d
							
						
					
				
			
			
				commit
				
					
						d85e1c671b
					
				
			
		
					 25 changed files with 1052 additions and 304 deletions
				
			
		| 
						 | 
				
			
			@ -490,9 +490,11 @@ class OrderConfirmationView(DetailView):
 | 
			
		|||
 | 
			
		||||
        response = {
 | 
			
		||||
            'status': True,
 | 
			
		||||
            'redirect': reverse(
 | 
			
		||||
                'hosting:virtual_machines') if request.user.is_authenticated() else reverse(
 | 
			
		||||
                'datacenterlight:index'),
 | 
			
		||||
            'redirect': (
 | 
			
		||||
                reverse('hosting:virtual_machines')
 | 
			
		||||
                if request.user.is_authenticated()
 | 
			
		||||
                else reverse('datacenterlight:index')
 | 
			
		||||
            ),
 | 
			
		||||
            'msg_title': str(_('Thank you for the order.')),
 | 
			
		||||
            'msg_body': str(
 | 
			
		||||
                _('Your VM will be up and running in a few moments.'
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue