Files @ 94526d416d57
Branch filter:

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

bkuhn
Implement slider to draw attention to donate box upon clicking of donate links.
Replaces previous self-link back to same page that was rather pointless.

I've tested that this Gracefully degrades on a non-graphical browser to just
in-page link back to the donate portion at the top the page.
{% 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 %}