Files @ 60d0a06e2558
Branch filter:

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

bkuhn
progressbar Javascript need not change for content

The content of the amounts for the fundraiser can be kept in the HTML
rather than the progress bar Javscript code.

I suspect at some point I should keep this data in the Django database
and extract it from there as dynamic content.
{% 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 %}