From 6bfd62c6f62567c15bc615aea69b0c0a48700209 Mon Sep 17 00:00:00 2001 From: Christopher Neugebauer Date: Thu, 5 Oct 2017 13:07:43 -0700 Subject: [PATCH] Adds invoice template changes. --- .../templates/registrasion/invoice/details.html | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/pinaxcon/templates/registrasion/invoice/details.html b/pinaxcon/templates/registrasion/invoice/details.html index 886f514..c8f348a 100644 --- a/pinaxcon/templates/registrasion/invoice/details.html +++ b/pinaxcon/templates/registrasion/invoice/details.html @@ -1,4 +1,7 @@ {% extends "registrasion/invoice/details_.html" %} + +{% load nbpy_tags %} + {% comment %} Blocks that you can override: @@ -32,12 +35,21 @@ {% elif invoice.is_paid %} This is a confirmed registration summary for North Bay Python 2017. {% endif %} +{% endblock %} +{% block extra_line_items_after_total %} + {% donation_income invoice as donation %} + {% if donation %} + + Includes donation eligible for tax deduction in the USA: + ${{ donation }} + + {% endif %} {% endblock %} {% block contact_info %}

Direct inquiries to spam@northbaypython.org

-

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.

+

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. Software Freedom Conservancy's federal tax-exempt EIN is 41-2203632.

Mailing Address