ce1b4b2528
You'll note this source doesn't exist in Git. There's a reason for that.
4 lines
168 B
Python
4 lines
168 B
Python
from conservancy.apps.supporters.models import Supporter
|
|
from django.shortcuts import get_object_or_404, render_to_response
|
|
from django.template import RequestContext
|
|
|