Changeset - 99d0cf1440bd
[Not reviewed]
0 2 0
Christopher Neugebauer - 7 years ago 2016-09-24 23:55:53
chrisjrn@gmail.com
Updates templates
2 files changed with 5 insertions and 1 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/registrasion/credit_note.html
Show inline comments
...
 
@@ -38,2 +38,6 @@
 

	
 
    <h3>Stripe Refund</h3>
 

	
 
    <p><a href="{% url 'registripe_refund' credit_note.id %}">View Stripe refund options</a></p>
 

	
 
    <h3>Manual refund</h3>
pinaxcon/templates/registrasion/invoice.html
Show inline comments
...
 
@@ -19,3 +19,3 @@
 
    <a class="btn btn-default" href="{% url "demopay" invoice.id invoice.user.attendee.access_code %}">Pay this invoice (dummy)</a>
 
    <a class="btn btn-default" href='{% url "registripe_card" invoice.id %}'>Pay this invoice with Stripe</a>
 
    <a class="btn btn-default" href='{% url "registripe_card" invoice.id invoice.user.attendee.access_code %}'>Pay this invoice with Stripe</a>
 
    {% if user.is_staff %}
0 comments (0 inline, 0 general)