summaryrefslogtreecommitdiff
path: root/app/posts/views/jrnl_views.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/posts/views/jrnl_views.py')
-rw-r--r--app/posts/views/jrnl_views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/posts/views/jrnl_views.py b/app/posts/views/jrnl_views.py
index d84e1c2..9a476ac 100644
--- a/app/posts/views/jrnl_views.py
+++ b/app/posts/views/jrnl_views.py
@@ -147,7 +147,7 @@ class JrnlRSSFeedView(Feed):
description_template = 'feeds/blog_description.html'
def items(self):
- return Post.objects.filter(status__exact=1).filter(post_type==PostType.JRNL).order_by('-pub_date')[:10]
+ return Post.objects.filter(status__exact=1).filter(post_type__in=PostType.JRNL).order_by('-pub_date')[:10]
def item_pubdate(self, item):
"""