Files @ a18e221dc6ce
Branch filter:

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

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>404 Error</h1>

<p>The page you request at <tt>sfconservancy.org</tt>
was not found.  Please use the navigation items to find a page that is
available.</p>

{% endblock %}