From 8c6cbc633b4e4edc5d09a493075e9061169ffcbe 2017-06-04 23:24:42 From: Christopher Neugebauer Date: 2017-06-04 23:24:42 Subject: [PATCH] Removes email templates --- diff --git a/pinaxcon/templates/registrasion/discount_list.html b/pinaxcon/templates/registrasion/discount_list.html deleted file mode 100644 index 27834767105e29c74413ceef05e203074f3dcc8a..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/registrasion/discount_list.html +++ /dev/null @@ -1,7 +0,0 @@ -{% if discounts %} - -{% endif %} diff --git a/pinaxcon/templates/registrasion/emails/invoice_created/message.html b/pinaxcon/templates/registrasion/emails/invoice_created/message.html deleted file mode 100644 index bef331929857b3bfa078f45fdf10f3fb10eb6247..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/registrasion/emails/invoice_created/message.html +++ /dev/null @@ -1,20 +0,0 @@ -{% load i18n %} - -{% 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 %} -

This invoice is available at http://{{ current_site }}{{ access_url }} -- - You can give this URL to your accounts department to pay your registration. -

- -
- -{% include "registrasion/_invoice_details.html" %} diff --git a/pinaxcon/templates/registrasion/emails/invoice_created/subject.txt b/pinaxcon/templates/registrasion/emails/invoice_created/subject.txt deleted file mode 100644 index e5fa82a8d20da77e149eaefe7f3607000f8808e7..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/registrasion/emails/invoice_created/subject.txt +++ /dev/null @@ -1 +0,0 @@ -{% load i18n %}Invoice {{ invoice.id }} from (CONFERENCE_COMPANY) diff --git a/pinaxcon/templates/registrasion/emails/invoice_updated/message.html b/pinaxcon/templates/registrasion/emails/invoice_updated/message.html deleted file mode 100644 index aa59ddd6dc7f12d35ff6b3630beb442f1fd472c2..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/registrasion/emails/invoice_updated/message.html +++ /dev/null @@ -1 +0,0 @@ -{% include "registrasion/emails/invoice_created/message.html" %} diff --git a/pinaxcon/templates/registrasion/emails/invoice_updated/subject.txt b/pinaxcon/templates/registrasion/emails/invoice_updated/subject.txt deleted file mode 100644 index b8512914d358805bba0109aac58256c9cc5d4cc0..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/registrasion/emails/invoice_updated/subject.txt +++ /dev/null @@ -1 +0,0 @@ -{% load i18n %}{{ invoice.get_status_display }} -- Invoice {{ invoice.id }} from (CONFERENCE_COMPANY)