diff --git a/pinaxcon/templates/registrasion/invoice/details.html b/pinaxcon/templates/registrasion/invoice/details.html index 838802b3bdda279cbfa8dd4a8deecc511f809544..5265002d59643ab428809ad22c97a61936d3fde7 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 3 & 4 2018. Petaluma, California. + CopyleftConf 2019, February 4, 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 2019. 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 2019. 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 2019. 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 2019. {% 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 %}