From ed70999763b0f74bed4e042c880dcbede30646d4 Mon Sep 17 00:00:00 2001 From: Christopher Neugebauer Date: Fri, 7 Sep 2018 08:07:29 -0700 Subject: [PATCH] Update details.html --- pinaxcon/templates/registrasion/invoice/details.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pinaxcon/templates/registrasion/invoice/details.html b/pinaxcon/templates/registrasion/invoice/details.html index 1440f2e..838802b 100644 --- a/pinaxcon/templates/registrasion/invoice/details.html +++ b/pinaxcon/templates/registrasion/invoice/details.html @@ -22,18 +22,18 @@ {% endblock %} {% block subheading %} - North Bay Python. December 2 & 3 2017. Petaluma, California. + North Bay Python. November 3 & 4 2018. Petaluma, California. {% endblock %} {% block invoice_intro %} {% if invoice.is_unpaid %} - This is a registration summary for North Bay Python 2017. It is not confirmed until paid in full. + This is a registration summary for North Bay Python 2018. It is not confirmed until paid in full. {% elif invoice.is_void %} - This is a void registration summary for North Bay Python 2017. It is provided for informational purposes only. + This is a void registration summary for North Bay Python 2018. It is provided for informational purposes only. {% elif invoice.is_refunded %} - This is a refunded registration summary for North Bay Python 2017. It is provided for informational purposes only. + This is a refunded registration summary for North Bay Python 2018. It is provided for informational purposes only. {% elif invoice.is_paid %} - This is a confirmed registration summary for North Bay Python 2017. + This is a confirmed registration summary for North Bay Python 2018. {% endif %} {% endblock %}