blog dg fix
This commit is contained in:
parent
725a1d1e3d
commit
a2a3e6156c
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ def contact(request):
|
||||||
|
|
||||||
def blog(request):
|
def blog(request):
|
||||||
tags = ["digitalglarus"]
|
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 = {
|
context = {
|
||||||
'post_list': posts,
|
'post_list': posts,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue