diff --git a/pinaxcon/templates/registrasion/dashboard_widget.html b/pinaxcon/templates/registrasion/dashboard_widget.html new file mode 100644 index 0000000000000000000000000000000000000000..13387f0693e835c5ebb36eb408c4de154fa747e1 --- /dev/null +++ b/pinaxcon/templates/registrasion/dashboard_widget.html @@ -0,0 +1,29 @@ +{% extends "registrasion/dashboard_widget_.html" %} + +{% comment %} + Blocks that you can override: + + - heading_actions + - heading + - panel_content + - available_credit + - invoices_heading + - invoice_item_prefix + +{% endcomment %} + +{% block heading %} + Tickets +{% endblock %} + +{% block invoices_heading %} + Statements & Receipts +{% endblock %} + +{% block invoice_item_prefix %} + {% if invoice.is_paid %} + Receipt + {% else %} + Statement + {% endif %} +{% endblock %} diff --git a/pinaxcon/templates/registrasion/invoice/details.html b/pinaxcon/templates/registrasion/invoice/details.html index 7213d381249185648c662c8ee12761444c79906b..886f514dfbf2c9c6c0a5739464125b7c6dfcb635 100644 --- a/pinaxcon/templates/registrasion/invoice/details.html +++ b/pinaxcon/templates/registrasion/invoice/details.html @@ -37,7 +37,7 @@ {% block contact_info %}

Direct inquiries to spam@northbaypython.org

-

North Bay Python is a member project of Software Freedom Conservancy, a 501(c)(3) public charity registered in New York.

+

North Bay Python is run by North Bay and Bay Area locals, as a member project of Software Freedom Conservancy, a 501(c)(3) public charity registered in New York.

Mailing Address
diff --git a/pinaxcon/templates/registrasion/invoice/unpaid_notice.html b/pinaxcon/templates/registrasion/invoice/unpaid_notice.html new file mode 100644 index 0000000000000000000000000000000000000000..11f71aa2b187ed440e357be44162a6f4513bf2f9 --- /dev/null +++ b/pinaxcon/templates/registrasion/invoice/unpaid_notice.html @@ -0,0 +1,11 @@ +

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.

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

You can send the following links to your accounts department to pay for your registration:

+ +