Merge pull request #384 from ungleich/bug/blog_lang_footer_missing
Moved google_analytics code to templates/analytics folder.
This commit is contained in:
		
				commit
				
					
						a625e5d196
					
				
			
		
					 2 changed files with 2 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -146,7 +146,6 @@ TEMPLATES = [
 | 
			
		|||
    {
 | 
			
		||||
        'BACKEND': 'django.template.backends.django.DjangoTemplates',
 | 
			
		||||
        'DIRS': [os.path.join(PROJECT_DIR, 'cms_templates/'),
 | 
			
		||||
                 os.path.join(PROJECT_DIR, 'templates'),
 | 
			
		||||
                 os.path.join(PROJECT_DIR, 'cms_templates/djangocms_blog/'),
 | 
			
		||||
                 os.path.join(PROJECT_DIR, 'membership'),
 | 
			
		||||
                 os.path.join(PROJECT_DIR, 'hosting/templates/'),
 | 
			
		||||
| 
						 | 
				
			
			@ -154,8 +153,8 @@ TEMPLATES = [
 | 
			
		|||
                 os.path.join(PROJECT_DIR, 'ungleich/templates/djangocms_blog/'),
 | 
			
		||||
                 os.path.join(PROJECT_DIR, 'ungleich/templates/cms/ungleichch'),
 | 
			
		||||
                 os.path.join(PROJECT_DIR, 'ungleich/templates/ungleich'),
 | 
			
		||||
                 os.path.join(PROJECT_DIR, 'ungleich_page/templates/ungleich_page')
 | 
			
		||||
 | 
			
		||||
                 os.path.join(PROJECT_DIR, 'ungleich_page/templates/ungleich_page'),
 | 
			
		||||
                 os.path.join(PROJECT_DIR, 'templates/analytics'),
 | 
			
		||||
                 ],
 | 
			
		||||
        'APP_DIRS': True,
 | 
			
		||||
        'OPTIONS': {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue