refund policy updated
This commit is contained in:
@@ -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 € {{ plan.price|currency }}</span></button>
|
||||
</form>
|
||||
@@ -101,7 +106,6 @@
|
||||
|
||||
{% include 'braintreedropin.html' %}
|
||||
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% block sidebar %}
|
||||
|
||||
Reference in New Issue
Block a user