[#29500707] For the moment, ask users to contact us to cancel transactions.
parent
ec37368e71
commit
aa5fb08850
|
@ -11,7 +11,7 @@
|
|||
|
||||
{% if transaction %}
|
||||
<div>You've asked to cancel your pledge of ${{ transaction.amount|intcomma }} to <a href="{% url work work.id %}">{{ work.title }}</a> Did you mean to do this?</div>
|
||||
<div class="btn_support">Yes, cancel my pledge</div><div class="btn_support">Whoops, don't cancel!</div>
|
||||
<div class="btn_support">If so, please click on the feedback form to the right to let us know, and we'll cancel the transaction for you.</div>
|
||||
|
||||
{% comment %}
|
||||
"Yes" should trigger whatever functionality we need to complete cancellation -- may differ depending on whether we've hit the back button from Amazon or the cancel-my-pledge link in pledge_modify.
|
||||
|
|
Loading…
Reference in New Issue