From f1b6e31c312aa1b08fec179273451404ce479887 Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Wed, 1 Jan 2020 10:00:49 -0500 Subject: [PATCH] templates: Ask for support after invoice payment. --- pinaxcon/templates/registrasion/invoice/details.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pinaxcon/templates/registrasion/invoice/details.html b/pinaxcon/templates/registrasion/invoice/details.html index 569e20c..a876fa6 100644 --- a/pinaxcon/templates/registrasion/invoice/details.html +++ b/pinaxcon/templates/registrasion/invoice/details.html @@ -34,6 +34,12 @@ This is a refunded registration summary for CopyleftConf 2020. It is provided for informational purposes only. {% elif invoice.is_paid %} This is a confirmed registration summary for CopyleftConf 2020. + + +

Conservancy works year-round to grow the software + freedom movement and support alternatives to proprietary software. Please + consider becoming a + Supporter of our work!

{% endif %} {% endblock %}