From f3e5d3b8cf1551f85bed8b60c4f63503a7ad5a64 Mon Sep 17 00:00:00 2001 From: Christopher Neugebauer Date: Wed, 4 Oct 2017 07:27:59 -0700 Subject: [PATCH] s/invoice/statement/ --- pinaxcon/templates/registrasion/invoice/unpaid_notice.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pinaxcon/templates/registrasion/invoice/unpaid_notice.html b/pinaxcon/templates/registrasion/invoice/unpaid_notice.html index 11f71aa..bd52e5e 100644 --- a/pinaxcon/templates/registrasion/invoice/unpaid_notice.html +++ b/pinaxcon/templates/registrasion/invoice/unpaid_notice.html @@ -1,4 +1,4 @@ -

NOTICE: The below statement is automatically generated, and will be voided if you amend your registration before payment, or if discounts or products contained in the statement become unavailable. The items and discounts are only reserved until the invoice due time.

+

NOTICE: The below statement is automatically generated, and will be voided if you amend your registration before payment, or if discounts or products contained in the statement become unavailable. The items and discounts are only reserved until the due time.

{% url "invoice_access" invoice.user.attendee.access_code as access_url %} {% url "invoice" invoice.id invoice.user.attendee.access_code as invoice_url %}