Merge pull request #54 from fschulze/correct-monthly-blog-archive-template

Use the correct template for monthly archive.
This commit is contained in:
Armin Ronacher 2016-01-14 11:07:46 +01:00
commit 98bc3a88cb
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)