Files @ 1704584f3436
Branch filter:

Location: website/www/conservancy/apps/supporters/views.py

bkuhn
Allow up to 5 blog posts on the front page.

We have a lot of blog posts at the moment.
1
2
3
4
5
from conservancy.apps.supporters.models import Supporter
from django.shortcuts import get_object_or_404, render_to_response
from conservancy import context_processors as context_processors
from django.template import RequestContext