templates.registrasion: Update for CopyleftConf 2020.

This commit is contained in:
Brett Smith 2019-01-02 15:39:57 -05:00
parent 81bcb77203
commit 988f2c9eea
2 changed files with 7 additions and 12 deletions

View file

@ -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 %}
<p>Direct inquiries to <a href="mailto:hello@northbaypython.org">hello@northbaypython.org</a></p>
<p>North Bay Python is run by North Bay and Bay Area locals, as a member project of <a href="https://sfconservancy.org">Software Freedom Conservancy</a>, a 501(c)(3) not-for-profit public charity registered in New York. Software Freedom Conservancy's federal tax-exempt EIN is 41-2203632.</p>
<p>Direct inquiries to <a href="mailto:contact@copyleftconf.org">contact@copyleftconf.org</a></p>
<p>CopyleftConf is run by <a href="https://sfconservancy.org">Software Freedom Conservancy</a>, a 501(c)(3) not-for-profit public charity registered in New York. Software Freedom Conservancy's federal tax-exempt EIN is 41-2203632.</p>
<strong>Mailing Address</strong>
<address>

View file

@ -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 %}