File diff c6314ae230da → 1886323d7431
pinaxcon/templates/registrasion/stripe/refund.html
Show inline comments
...
 
@@ -14,7 +14,7 @@
 
    transaction. If you need to cash out to multiple small payments, you will
 
    need to manually invoke the refunds from the Stripe Dashboard.</p>
 

	
 
  <form method="post">
 
  <form class="form-horizontal" method="post">
 
    {% csrf_token %}
 
    {{form|bootstrap}}
 
    <input id="submit" class="btn btn-primary" type="submit" value="Refund {{ credit_note.value }} to payment source" />