Files @ 86ef51db5dff
Branch filter:

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

brett
Supporter page: Refactor JavaScript.

This isn't intended to have any functional change, it's just DRYing up
the code to simplify functional changes later.
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