diff --git a/pinaxcon/templates/registrasion/credit_note.html b/pinaxcon/templates/registrasion/credit_note.html index 7dd0d061..1661683e 100644 --- a/pinaxcon/templates/registrasion/credit_note.html +++ b/pinaxcon/templates/registrasion/credit_note.html @@ -1,7 +1,7 @@ {% extends "site_base.html" %} {% load bootstrap %} {% load registrasion_tags %} -{% block body_outer %} +{% block proposals_body %}

Credit Note

diff --git a/pinaxcon/templates/registrasion/stripe/refund.html b/pinaxcon/templates/registrasion/stripe/refund.html index 1bc1a9dd..c80feec1 100644 --- a/pinaxcon/templates/registrasion/stripe/refund.html +++ b/pinaxcon/templates/registrasion/stripe/refund.html @@ -2,8 +2,7 @@ {% load bootstrap %} {% load registrasion_tags %} -{% block body %} - +{% block proposals_body %}

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

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