diff --git a/pinaxcon/templates/registrasion/emails/invoice_created/message.html b/pinaxcon/templates/registrasion/emails/invoice_created/message.html index eff895d20af2e919a930dd68c7bb155274f6fe08..bef331929857b3bfa078f45fdf10f3fb10eb6247 100644 --- a/pinaxcon/templates/registrasion/emails/invoice_created/message.html +++ b/pinaxcon/templates/registrasion/emails/invoice_created/message.html @@ -1,12 +1,13 @@ {% load i18n %} -

The following invoice was created as part of an attempt to register at (conference name). Please ensure it is paid by the due date.

- {% if invoice.is_unpaid %}

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

+ +

Please ensure this invoice is paid by the due date.

+ {% endif %} {% url "invoice" invoice.id invoice.user.attendee.access_code as access_url %}