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

Commit 4d4feb3

Browse files
committed
Requite tnc approval at purchase.
1 parent 7af2295 commit 4d4feb3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

templates/ep19/bs/cart/step_3_add_billing_info.html

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

2323
{{ form|crispy }}
24-
<p style='margin-top: 3em'>
25-
<input type=submit class='btn btn-outline-primary btn-lg btn-block' value='Go to payment'>
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>
25+
<p>
26+
<input type=submit class='btn btn-outline-primary btn-lg btn-block' value='I consent, continue to payment'>
2627
</p>
2728
</form>
2829

0 commit comments

Comments
 (0)