diff --git a/pinaxcon/templates/registrasion/invoice/details.html b/pinaxcon/templates/registrasion/invoice/details.html index bf99222..29e55d0 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 fd1fd66..6a25e92 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 %}