From f7a5c7c746759570a1cc5805a7d9d1656b4a11ff Mon Sep 17 00:00:00 2001 From: Joel Addison Date: Tue, 7 Jan 2020 00:38:15 +1000 Subject: [PATCH] Add titles to Stripe refund page --- pinaxcon/templates/registrasion/stripe/refund.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pinaxcon/templates/registrasion/stripe/refund.html b/pinaxcon/templates/registrasion/stripe/refund.html index e2fd9c64..589fb01d 100644 --- a/pinaxcon/templates/registrasion/stripe/refund.html +++ b/pinaxcon/templates/registrasion/stripe/refund.html @@ -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 %} -

Stripe refunds for credit note #{{ credit_note.id}}

+

Details

This credit note is valued at ${{ credit_note.value }}.