Files @ 9bfb5e10dec2
Branch filter:

Location: website/www/conservancy/static/404error.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 "base_error.html" %}
{% block content %}

<h1>404 Error</h1>

<p>The page you request at <tt>sfconservancy.org</tt>
was not found.  Please use the navigation items to find a page that is
available.</p>

{% endblock %}