dcl cms navbar logo
This commit is contained in:
		
					parent
					
						
							
								6026b96ead
							
						
					
				
			
			
				commit
				
					
						14b5d90514
					
				
			
		
					 5 changed files with 72 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -6,7 +6,7 @@ from .cms_models import (
 | 
			
		|||
    DCLBannerItemPluginModel, DCLBannerListPluginModel, DCLContactPluginModel,
 | 
			
		||||
    DCLFooterPluginModel, DCLLinkPluginModel, DCLNavbarDropdownPluginModel,
 | 
			
		||||
    DCLSectionIconPluginModel, DCLSectionImagePluginModel,
 | 
			
		||||
    DCLSectionPluginModel,
 | 
			
		||||
    DCLSectionPluginModel, DCLNavbarPluginModel
 | 
			
		||||
)
 | 
			
		||||
from .models import VMTemplate
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -84,7 +84,7 @@ class DCLBannerItemPlugin(CMSPluginBase):
 | 
			
		|||
class DCLNavbarPlugin(CMSPluginBase):
 | 
			
		||||
    module = "Datacenterlight"
 | 
			
		||||
    name = "DCL Navbar Plugin"
 | 
			
		||||
    model = CMSPlugin
 | 
			
		||||
    model = DCLNavbarPluginModel
 | 
			
		||||
    render_template = "datacenterlight/cms/navbar.html"
 | 
			
		||||
    cache = False
 | 
			
		||||
    allow_children = True
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue