Files @ 71de8fa842af
Branch filter:

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

bkuhn
Wording changes and typo fixes for Supporters.

Update information about who can become a Supporter (small companies
can, too), and make sure they're called "Conservancy Supporters"
throughout.
1
2
3
4
from models import Supporter # relative import
from django.views.generic.list_detail import object_list
from django.shortcuts import get_object_or_404, render_to_response