blog dg fix
This commit is contained in:
		
					parent
					
						
							
								939a6bf35f
							
						
					
				
			
			
				commit
				
					
						858b3ccafa
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -62,7 +62,7 @@ def contact(request): | |||
| 
 | ||||
| def blog(request): | ||||
|     tags = ["digitalglarus"] | ||||
|     posts = Post.objects.filter_by_language(get_language()).filter(tags__name__in=tags).filter(slug=slug) | ||||
|     posts = Post.objects.filter_by_language(get_language()).filter(tags__name__in=tags) | ||||
|     context = { | ||||
|         'post_list': posts, | ||||
|     } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue