navbar made white, dropdown fix
This commit is contained in:
		
					parent
					
						
							
								3b575b47e2
							
						
					
				
			
			
				commit
				
					
						8edbd29fad
					
				
			
		
					 5 changed files with 55 additions and 5 deletions
				
			
		| 
						 | 
				
			
			@ -370,8 +370,8 @@ class PaymentOrderView(FormView):
 | 
			
		|||
 | 
			
		||||
    @cache_control(no_cache=True, must_revalidate=True, no_store=True)
 | 
			
		||||
    def get(self, request, *args, **kwargs):
 | 
			
		||||
        if 'specs' not in request.session or 'user' not in request.session:
 | 
			
		||||
            return HttpResponseRedirect(reverse('datacenterlight:index'))
 | 
			
		||||
        # if 'specs' not in request.session or 'user' not in request.session:
 | 
			
		||||
        #     return HttpResponseRedirect(reverse('datacenterlight:index'))
 | 
			
		||||
        return self.render_to_response(self.get_context_data())
 | 
			
		||||
 | 
			
		||||
    def post(self, request, *args, **kwargs):
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue