Changeset - 1704584f3436
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 8 years ago 2015-12-18 19:59:03
bkuhn@ebb.org
Allow up to 5 blog posts on the front page.

We have a lot of blog posts at the moment.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
www/conservancy/frontpage.py
Show inline comments
...
 
@@ -16,3 +16,3 @@ def view(request):
 
    press_releases = PressRelease.objects.all().filter(pub_date__lte=datetime.now(), sites=2)[:5]
 
    blog = BlogEntry.objects.all().filter(pub_date__lte=datetime.now())[:3]
 
    blog = BlogEntry.objects.all().filter(pub_date__lte=datetime.now())[:5]
 

	
0 comments (0 inline, 0 general)