views: digitalglarus, added digitalglarus tag on post lookup
Signed-off-by: rscnt <rascnt@gmail.com>
This commit is contained in:
parent
432689999a
commit
d97dd31fc9
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ def contact(request):
|
|||
|
||||
|
||||
def blog(request):
|
||||
tags = ["glarus"]
|
||||
tags = ["digitalglarus, glarus"]
|
||||
posts = Post.objects.filter(tags__name__in=tags)
|
||||
context = {
|
||||
'post_list': posts,
|
||||
|
|
Loading…
Reference in a new issue