Fix typo in tag viewname

This commit is contained in:
Gergely Polonkai 2014-06-19 11:16:49 +00:00
parent ba3430ae38
commit 0363f13785
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ def listing(request, tag, year, month, day, page):
view = "index"
else:
kwargs['tags__slug'] = tag
view = "tagpage"
view = "tag"
if (year != None):
kwargs['created_at__year'] = year