Files @ b3f019265b24
Branch filter:

Location: website/www/conservancy/static/img/supporter-payment-button-annual.png

bkuhn
Rework fundgoal lookup urls data.

The urls.py is of course only evaluated once: at Apache load time, which
means the data in the template became stale and is not dynamic.

This change should cause the lookup to happen at each page view.