Skip to content
This repository was archived by the owner on Apr 29, 2022. It is now read-only.

Commit cd3a8f5

Browse files
committed
Update the checkout copy.
1 parent 41a03e4 commit cd3a8f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/ep19/bs/cart/step_3_add_billing_info.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ <h1>Step 3: Add billing info for {{ order.code }}</h1>
2121
{% csrf_token %}
2222

2323
{{ form|crispy }}
24-
<p style='margin-top: 2em'>To proceed with the purchase you need consent to the use of your data subject to the <a href='/privacy/'>EuroPython data privacy policy</a></p>
24+
<p style='margin-top: 2em'>To proceed with the purchase, we will need you to accept our <a href='/terms/'>terms & conditions</a> for EuroPython 2020.</p>
2525
<p>
26-
<input type=submit class='btn btn-outline-primary btn-lg btn-block' value='I consent, continue to payment'>
26+
<input type=submit class='btn btn-outline-primary btn-lg btn-block' value='Accept & proceed to payment'>
2727
</p>
2828
</form>
2929

0 commit comments

Comments
 (0)