Files @ 027964192a65
Branch filter:

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

bkuhn
Function to compute how far to the goal we are.

This is also inserted by the Javascript code as well, but no reason we
can't compute it server side, too.
from conservancy.apps.fundgoal.models import FundraisingGoal
from django.shortcuts import get_object_or_404, render_to_response