settings: changed CMS_TEMPLATE_DIR value.
- For the SITE_ID=1, templates will be looked on the first entry for TEMPLATE_DIRS option. Signed-off-by: rscnt <rascnt@gmail.com>
This commit is contained in:
		
					parent
					
						
							
								fd5e6517dd
							
						
					
				
			
			
				commit
				
					
						2f412b8457
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -140,7 +140,7 @@ TEMPLATE_DIRS = (
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
CMS_TEMPLATES_DIR = {
 | 
					CMS_TEMPLATES_DIR = {
 | 
				
			||||||
    1: os.path.join(BASE_DIR, 'templates/cms/ungleich.ch/'),
 | 
					    1: os.path.join(TEMPLATE_DIRS[0], 'cms/ungleich.ch/'),
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue