Files @ a18e221dc6ce
Branch filter:

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

bkuhn
Move email subscribe box to the front page only.

It just looked wrong up there on top of the page. I know that's what I
suggested to Paul to do it, but 11 months later, when I finally accepted his
merge request, it just didn't make sense.
{% 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 %}