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
|
|
|