diff --git a/pinaxcon/templates/registrasion/invoice.html b/pinaxcon/templates/registrasion/invoice.html deleted file mode 100644 index 39e45fdca5f8d454bd0bb933b49550506a91ebb3..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/registrasion/invoice.html +++ /dev/null @@ -1,40 +0,0 @@ -{% extends "site_base.html" %} -{% load bootstrap %} -{% load registrasion_tags %} -{% block body %} - - -{% 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.

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

Your most recent unpaid invoice will be available at - {{ request.scheme }}://{{ request.get_host }}{{ access_url }} - You can give this URL to your accounts department to pay your registration.

- -
- Pay this invoice (dummy) - Pay this invoice with Stripe - {% if user.is_staff %} - Apply manual payment - {% endif %} -
-{% elif invoice.is_paid %} - {% if user.is_staff %} -
- {% if user.is_staff %} - Apply manual payment/refund - Refund by issuing credit note - {% endif %} -
- {% endif %} -{% endif %} - -
- -{% include "registrasion/_invoice_details.html" %} - -{% endblock %}