diff options
Diffstat (limited to 'app/pages/views.py')
-rw-r--r-- | app/pages/views.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/pages/views.py b/app/pages/views.py index 5262806..9226dbe 100644 --- a/app/pages/views.py +++ b/app/pages/views.py @@ -36,5 +36,3 @@ class HomePageList(DetailView): context = super(HomePageList, self).get_context_data(**kwargs) #context['object_list'] = Post.objects.filter(post_type=PostType.JRNL).filter(status__exact=1).order_by('-pub_date').exclude().select_related('location').select_related('featured_image')[1:9] return context - - |