Files @ 8c3ecd347abd
Branch filter:

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

bkuhn
Return amount to id; add id for error span.

I actually think I want amount to be id rather than a class, now that I
figured out the proper selector to find them all.

Also, the $("span", input.parent()) was buggy if there were any other
span's other than error-related ones in the supporter-form-inputs div.

Finally, ditch that <small> stuff and simply place a font-size reduction
into the CSS for the form-error-show.
{% extends "base_error.html" %}
{% block content %}

<h1>403 Error</h1>

<p>The page you request at <tt>sfconservancy.org</tt>
does not have read permission.  Please use the navigation items to
find a page that you are authorized to see.</p>

{% endblock %}