From 988f2c9eeacf6ec01bfe1da62dba87463fc8c3c7 2019-09-30 16:19:06 From: Brett Smith Date: 2019-09-30 16:19:06 Subject: [PATCH] templates.registrasion: Update for CopyleftConf 2020. --- diff --git a/pinaxcon/templates/registrasion/invoice/details.html b/pinaxcon/templates/registrasion/invoice/details.html index bf992229a1bd1570d9d6dce389917a584d7a00f8..29e55d0bd2772d1624fa5e4f70cd0e8f1787fa1b 100644 --- a/pinaxcon/templates/registrasion/invoice/details.html +++ b/pinaxcon/templates/registrasion/invoice/details.html @@ -22,18 +22,18 @@ {% endblock %} {% block subheading %} - North Bay Python. November 2 & 3 2019. Petaluma, California. + CopyleftConf 2020, February 3, Brussels, Belgium {% endblock %} {% block invoice_intro %} {% if invoice.is_unpaid %} - This is a registration summary for North Bay Python 2018. It is not confirmed until paid in full. + This is a registration summary for CopyleftConf 2020. It is not confirmed until paid in full. {% elif invoice.is_void %} - This is a void registration summary for North Bay Python 2018. It is provided for informational purposes only. + This is a void registration summary for CopyleftConf 2020. It is provided for informational purposes only. {% elif invoice.is_refunded %} - This is a refunded registration summary for North Bay Python 2018. It is provided for informational purposes only. + This is a refunded registration summary for CopyleftConf 2020. It is provided for informational purposes only. {% elif invoice.is_paid %} - This is a confirmed registration summary for North Bay Python 2018. + This is a confirmed registration summary for CopyleftConf 2020. {% endif %} {% endblock %} @@ -48,8 +48,8 @@ {% endblock %} {% block contact_info %} -

Direct inquiries to hello@northbaypython.org

-

North Bay Python is run by North Bay and Bay Area locals, as a member project of Software Freedom Conservancy, a 501(c)(3) not-for-profit public charity registered in New York. Software Freedom Conservancy's federal tax-exempt EIN is 41-2203632.

+

Direct inquiries to contact@copyleftconf.org

+

CopyleftConf is run by Software Freedom Conservancy, a 501(c)(3) not-for-profit public charity registered in New York. Software Freedom Conservancy's federal tax-exempt EIN is 41-2203632.

Mailing Address
diff --git a/pinaxcon/templates/registrasion/stripe/tuokcehc.html b/pinaxcon/templates/registrasion/stripe/tuokcehc.html index fd1fd6678d519648d4141ce90b668a3ce6cb971e..6a25e924901106e201d838fee5019781fcf2c51d 100644 --- a/pinaxcon/templates/registrasion/stripe/tuokcehc.html +++ b/pinaxcon/templates/registrasion/stripe/tuokcehc.html @@ -1,6 +1 @@ {% extends "registrasion/stripe/tuokcehc_.html" %} - -{% block lede %} - North Bay Python transactions are performed by Stripe on behalf of Software - Freedom Conservancy. -{% endblock %}