hosting payment and datacenterlight payment files supported
This commit is contained in:
		
					parent
					
						
							
								654f7715c8
							
						
					
				
			
			
				commit
				
					
						979844e55b
					
				
			
		
					 3 changed files with 219 additions and 6 deletions
				
			
		|  | @ -406,7 +406,7 @@ class WhyDataCenterLightView(IndexView): | |||
| 
 | ||||
| 
 | ||||
| class PaymentOrderView(FormView): | ||||
|     template_name = 'hosting/payment.html' | ||||
|     template_name = 'datacenterlight/landing_payment.html' | ||||
|     form_class = BillingAddressForm | ||||
| 
 | ||||
|     def get_form_kwargs(self): | ||||
|  | @ -478,7 +478,7 @@ class PaymentOrderView(FormView): | |||
| 
 | ||||
| class OrderConfirmationView(DetailView): | ||||
|     template_name = "datacenterlight/order_detail.html" | ||||
|     payment_template_name = 'hosting/payment.html' | ||||
|     payment_template_name = 'datacenterlight/landing_payment.html' | ||||
|     context_object_name = "order" | ||||
|     model = HostingOrder | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue