Files @ ce1b4b2528c4
Branch filter:

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

brett
Remove noop conservancy.context_processors imports.

You'll note this source doesn't exist in Git.
There's a reason for that.
1
2
3
4
from conservancy.apps.supporters.models import Supporter
from django.shortcuts import get_object_or_404, render_to_response
from django.template import RequestContext