As an admin I want to be able to create a custom use. As an user I want to see listed only posts in the current selected language. As an user I want to be able to switch languages between EN-DE
This commit is contained in:
		
					parent
					
						
							
								ad035af28c
							
						
					
				
			
			
				commit
				
					
						2b50f9fdd9
					
				
			
		
					 7 changed files with 49 additions and 12 deletions
				
			
		|  | @ -70,7 +70,8 @@ def letscowork(request): | |||
| 
 | ||||
| def blog(request): | ||||
|     tags = ["digitalglarus"] | ||||
|     posts = Post.objects.filter_by_language(get_language()).filter(tags__name__in=tags, publish=True) | ||||
|     posts = Post.objects.filter(tags__name__in=tags, publish=True).translated(get_language()) | ||||
|     # posts = Post.objects.filter_by_language(get_language()).filter(tags__name__in=tags, publish=True) | ||||
|     context = { | ||||
|         'post_list': posts, | ||||
|     } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue