removed unused attribute

This commit is contained in:
frnhr 2016-05-04 21:38:14 +02:00
parent 4720e73497
commit 0df9b47832

View file

@ -54,7 +54,6 @@ class BaseBlogView(AppConfigMixin, ViewUrlMixin):
class BaseBlogListView(BaseBlogView):
context_object_name = 'post_list'
paginate_by = get_setting('PAGINATION')
base_template_name = 'post_list.html'
def get_context_data(self, **kwargs):