Fix typo in blog listing
This commit is contained in:
parent
3dc0f26179
commit
eca33eb582
@ -13,7 +13,7 @@ def listing(request, tag, page):
|
|||||||
view = "index"
|
view = "index"
|
||||||
else:
|
else:
|
||||||
post_list = Post.objects.filter(tags__slug = tag, draft = False)
|
post_list = Post.objects.filter(tags__slug = tag, draft = False)
|
||||||
view = "tagage"
|
view = "tag"
|
||||||
|
|
||||||
paginator = Paginator(post_list.order_by('-created_at'), 10)
|
paginator = Paginator(post_list.order_by('-created_at'), 10)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user