Files @ b36800e0784f
Branch filter:

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

bsturmfels
Apply max widths and margins to all pages.

Due to the varying types of layouts used and the short time-frame the best
option seems to set a max-width etc. around the "outercontent" block. For now
this means we can't do "full bleed" body content, but that's not currently used
anyway.
{% extends "base_error.html" %}
{% block content %}

<h1>403 Error</h1>

<p>The page you requested 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 %}