Files @ 40cd98bf4443
Branch filter:

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

bkuhn
First attempt at implementing fabsh color scheme that he emailed me:
Date: Sun, 10 Oct 2010 18:12:36 +0200
Subject: Conservancy Colour Palette
From: "Fabian A. Scherschel" <fab@sixgun.org>
To: "Bradley M. Kuhn" <bkuhn@sfconservancy.org>
Message-ID: <AANLkTinX7mxV8-2gn2CQB82QnPLZWw3rYr4OUHpX1WDX@mail.gmail.com>
{% extends "base_error.html" %}
{% block content %}

<h1>401 Error</h1>

<p>The page you request at <tt>sfconservancy.org</tt>
requires authorization.  Please use the navigation items to find a
page that you are authorized to see.</p>

{% endblock %}