Changeset - f7a5c7c74675
[Not reviewed]
0 1 0
Joel Addison - 4 years ago 2020-01-06 14:38:15
joel@addison.net.au
Add titles to Stripe refund page
1 file changed with 4 insertions and 1 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/registrasion/stripe/refund.html
Show inline comments
...
 
@@ -2,8 +2,11 @@
 
{% load bootstrap %}
 
{% load registrasion_tags %}
 

	
 
{% block head_title %}Stripe refunds for credit note #{{ credit_note.id}}{% endblock %}
 
{% block page_title %}Stripe refunds for credit note #{{ credit_note.id}}{% endblock %}
 

	
 
{% block proposals_body %}
 
  <h2>Stripe refunds for credit note #{{ credit_note.id}}</h2>
 
  <h3>Details</h3>
 

	
 
  <p>This credit note is valued at ${{ credit_note.value }}.</p>
 

	
0 comments (0 inline, 0 general)