Private
Public Access
1
0

refund policy updated

This commit is contained in:
Sander Roosendaal
2019-02-08 11:39:25 +01:00
parent f07e8482dc
commit 10519ca558
8 changed files with 129 additions and 19 deletions

View File

@@ -93,6 +93,11 @@
<input type="hidden" id="nonce" name="payment_method_nonce" />
<input type="hidden" id="plan" name="plan" value="{{ plan.id }}">
<p>
<input id="tac" type="checkbox" name="tac" value="tac">I have taken note of the
<a href="/rowers/legal/#refunds" target="_blank">Refund and Cancellation</a>
Policy and agree with the <a href="/rowers/legal/" target="_blank">Terms of Service</a>.
</p>
{% csrf_token %}
<button type="submit" id="submit-button"><span>Pay &euro; {{ plan.price|currency }}</span></button>
</form>
@@ -101,7 +106,6 @@
{% include 'braintreedropin.html' %}
{% endblock %}
{% block sidebar %}