Add titles to Stripe refund page

This commit is contained in:
Joel Addison 2020-01-07 00:38:15 +10:00
parent e394e01e33
commit f7a5c7c746

View file

@ -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>