Files @ 9bfb5e10dec2
Branch filter:

Location: website/www/conservancy/static/500error.html

bkuhn
Rework form with error messages & basic validation

Since PayPal cannot seem to be cajoled into verifying a minimum amount,
we have to do it here with Javascript. This isn't perfect validation:
the form can currently still be submitted with an amount less than $120,
but at least this way Javascript-enabled browsers might prevent some
folks from doing that.
{% extends "500.html" %}