Use the correct template for monthly archive.

This commit is contained in:
Florian Schulze 2016-01-14 09:29:15 +01:00
parent 2debe1a963
commit e02db78f88
1 changed files with 1 additions and 1 deletions

View File

@ -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)