Use the correct template for monthly archive.
This commit is contained in:
parent
2debe1a963
commit
e02db78f88
|
@ -111,7 +111,7 @@ class BlogYearArchive(BlogArchive):
|
|||
|
||||
|
||||
class BlogMonthArchive(BlogArchive):
|
||||
template_name = 'blog-archive/year.html'
|
||||
template_name = 'blog-archive/month.html'
|
||||
|
||||
def __init__(self, record, plugin, items=None, year=None, month=None):
|
||||
BlogArchive.__init__(self, record, plugin, items)
|
||||
|
|
Loading…
Reference in New Issue