Fix view name
This commit is contained in:
parent
edcb354840
commit
511bd66226
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ class TaggedListView(BaseBlogListView, ListView):
|
||||||
|
|
||||||
|
|
||||||
class AuthorEntriesView(BaseBlogListView, ListView):
|
class AuthorEntriesView(BaseBlogListView, ListView):
|
||||||
view_url_name = 'djangocms_blog:posts-authors'
|
view_url_name = 'djangocms_blog:posts-author'
|
||||||
|
|
||||||
def get_queryset(self):
|
def get_queryset(self):
|
||||||
qs = super(AuthorEntriesView, self).get_queryset()
|
qs = super(AuthorEntriesView, self).get_queryset()
|
||||||
|
|
Loading…
Reference in a new issue