Files @ 7fec31ce8aef
Branch filter:

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

bkuhn
Hide t-shirt size selector when t-shirt's unwanted

Use Javascript to hide the t-shirt size selector when the the user
selects "No" for "Do you want a t-shirt?". Reshow it (and make sure
it's shown by default) for "Yes".
{% 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 %}