Removes email templates

This commit is contained in:
Christopher Neugebauer 2017-06-04 16:24:42 -07:00
parent 6fd55d1ca6
commit 8c6cbc633b
5 changed files with 0 additions and 30 deletions

View file

@ -1,7 +0,0 @@
{% if discounts %}
<ul>
{% for discount in discounts %}
<li>{{ discount.discount.description }}: {{ discount.quantity }} &times; {{ discount.clause }}</li>
{% endfor %}
</ul>
{% endif %}

View file

@ -1,20 +0,0 @@
{% load i18n %}
{% if invoice.is_unpaid %}
<p><strong>NOTICE:</strong> 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.</p>
<p>Please ensure this invoice is paid by the due date.</p>
{% endif %}
{% url "invoice" invoice.id invoice.user.attendee.access_code as access_url %}
<p>This invoice is available at <a href="http://{{ current_site }}{{ access_url }}">http://{{ current_site }}{{ access_url }}</a> --
You can give this URL to your accounts department to pay your registration.
</p>
<hr />
{% include "registrasion/_invoice_details.html" %}

View file

@ -1 +0,0 @@
{% load i18n %}Invoice {{ invoice.id }} from (CONFERENCE_COMPANY)

View file

@ -1 +0,0 @@
{% include "registrasion/emails/invoice_created/message.html" %}

View file

@ -1 +0,0 @@
{% load i18n %}{{ invoice.get_status_display }} -- Invoice {{ invoice.id }} from (CONFERENCE_COMPANY)