Fix view name

This commit is contained in:
Iacopo Spalletti 2016-05-26 23:31:46 +02:00
parent edcb354840
commit 511bd66226
No known key found for this signature in database
GPG Key ID: BDCBC2EB289F60C6
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ class TaggedListView(BaseBlogListView, ListView):
class AuthorEntriesView(BaseBlogListView, ListView):
view_url_name = 'djangocms_blog:posts-authors'
view_url_name = 'djangocms_blog:posts-author'
def get_queryset(self):
qs = super(AuthorEntriesView, self).get_queryset()