Fix typo in tag viewname
This commit is contained in:
parent
ba3430ae38
commit
0363f13785
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user