Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
b411479283
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…
Reference in a new issue