Rename model
DCLCalculatorPluginModel -> DCLCustomPricingModelModel
This commit is contained in:
		
					parent
					
						
							
								6575ff1afe
							
						
					
				
			
			
				commit
				
					
						fc0bc52ea3
					
				
			
		
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -279,10 +279,10 @@ class DCLSectionPromoPluginModel(CMSPlugin):
 | 
				
			||||||
        return extra_classes
 | 
					        return extra_classes
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
class DCLCalculatorPluginModel(DCLSectionPluginModel):
 | 
					class DCLCustomPricingModel(CMSPlugin):
 | 
				
			||||||
    pricing = models.ForeignKey(
 | 
					    pricing = models.ForeignKey(
 | 
				
			||||||
        VMPricing,
 | 
					        VMPricing,
 | 
				
			||||||
        default=VMPricing.get_default_pricing(),
 | 
					        related_name="dcl_custom_pricing_vm_pricing",
 | 
				
			||||||
        help_text='Choose a pricing that will be associated with this '
 | 
					        help_text='Choose a pricing that will be associated with this '
 | 
				
			||||||
                  'Calculator'
 | 
					                  'Calculator'
 | 
				
			||||||
    )
 | 
					    )
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue