templates: Ask for support after invoice payment.

This commit is contained in:
Brett Smith 2020-01-01 10:00:49 -05:00
parent c8a317b5a6
commit f1b6e31c31

View file

@ -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.
</div>
<p class="text-success">Conservancy works year-round to grow the software
freedom movement and support alternatives to proprietary software. Please
consider <b><a href="https://sfconservancy.org/supporter/">becoming a
Supporter</a></b> of our work!</p>
{% endif %}
{% endblock %}