diff --git a/www/conservancy/templates/supporter/index.html b/www/conservancy/templates/supporter/index.html index 70c0030bc10d05ee7c20496068ff9f30d6cd21fc..768c658d9d599ca1ccaa0aeb89ace99bbe714252 100644 --- a/www/conservancy/templates/supporter/index.html +++ b/www/conservancy/templates/supporter/index.html @@ -1,4 +1,5 @@ {% extends "base_conservancy.html" %} +{% load static %} {% block subtitle %}Support Conservancy - {% endblock %} {% block category %}sustainer{% endblock %} @@ -14,51 +15,9 @@

Home / Who We Are

-
- + {% if partial_amount > 0 %} {% include "supporter/form_partial.html" with form_id="annual" min_amt=minimum_amount partial_amt=partial_amount article="an" only %} {% else %} @@ -214,6 +173,7 @@ you products this end of year season, we offer you a chance to donate to somethi your money to work fighting for the freedom and rights of all software users.

+
Zack, Karen, John and Jim pose, mostly wearing the vintage t-shirt!

Vintage-shirt-wearing Sustainers pose with Karen!
From left: Stefano “Zack” Zacchiroli, Karen M. Sandler, John Sullivan, and Jim Wright

@@ -270,10 +230,51 @@ $256 or more between 2020-01-15 and 2021-01-15 can receive one of these vintage

You too can look cool in the vintage design. Or maybe your original has faded and you're ready to spruce up with a new one? As we said, supplies are limited so make a big donation today, support Conservancy, and show you've always been old-school — or just want to look that way!

+
+ {% endblock %}