Changeset - 988f2c9eeacf
[Not reviewed]
0 2 0
Brett Smith - 4 years ago 2019-09-30 16:19:06
brettcsmith@brettcsmith.org
templates.registrasion: Update for CopyleftConf 2020.
2 files changed with 7 insertions and 12 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/registrasion/invoice/details.html
Show inline comments
...
 
@@ -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>
pinaxcon/templates/registrasion/stripe/tuokcehc.html
Show inline comments
 
{% extends "registrasion/stripe/tuokcehc_.html" %}
 

	
 
{% block lede %}
 
  North Bay Python transactions are performed by Stripe on behalf of Software
 
  Freedom Conservancy.
 
{% endblock %}
0 comments (0 inline, 0 general)