Files @ 5b627813e4d4
Branch filter:

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

tbm
Fix error ID "sponsor" already defined

An id can only be used once, you'd have to use a "class", but since the
<ul> element has an id the individual list elements will get the right
CSS values.
{% 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 %}