Add titles to Stripe refund page
This commit is contained in:
parent
e394e01e33
commit
f7a5c7c746
1 changed files with 4 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue