File diff a26f9a6f1864 → 123de1a15d6a
pinaxcon/templates/registrasion/stripe/credit_card_payment.html
Show inline comments
...
 
@@ -64,12 +64,10 @@
 
{% endblock %}
 

	
 
{% block header_title %}Credit card payment for invoice #{{ invoice.id}}{% endblock %}
 
{% block header_inset_image %}{% illustration "casino.svg" %}{% endblock %}
 
{% block header_paragraph %}
 
  Pay for your linux.conf.au attendance with your Visa, Mastercard, or American Express credit or debit card. Card payments are processed by <a href="https://stripe.com">Stripe</a>.
 
{% endblock %}
 

	
 
{% block content %}
 

	
 
{% block proposals_body %}
 
<p>Pay for your linux.conf.au attendance with your Visa, Mastercard, or American Express credit or debit card. Card payments are processed by <a href="https://stripe.com">Stripe</a>.</p>
 

	
 
  <p>
 
    No data on this form is retained by {% conference_name %}, rather it is
...
 
@@ -77,7 +75,7 @@
 
    to linux.conf.au. You must allow JavaScript from <code>js.stripe.com</code> to complete payment.
 
  </p>
 

	
 
  <p>You have ${{ invoice.balance_due }} remaining to pay on this invoice.</p>
 
  <p>You have <strong>${{ invoice.balance_due }}</strong> remaining to pay on this invoice.</p>
 

	
 
  <p></p>