templates: Ask for support after invoice payment.
This commit is contained in:
parent
c8a317b5a6
commit
f1b6e31c31
1 changed files with 6 additions and 0 deletions
|
@ -34,6 +34,12 @@
|
||||||
This is a refunded registration summary for CopyleftConf 2020. It is provided for informational purposes only.
|
This is a refunded registration summary for CopyleftConf 2020. It is provided for informational purposes only.
|
||||||
{% elif invoice.is_paid %}
|
{% elif invoice.is_paid %}
|
||||||
This is a confirmed registration summary for CopyleftConf 2020.
|
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 %}
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue