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

Commit fd1ae21

Browse files
authored
Update the copy of the billing page. (#1222)
1 parent e563de1 commit fd1ae21

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

templates/conference/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, we will need you to accept our <a href='/terms/'>terms & conditions</a> for EuroPython 2020.</p>
25+
<p>
26+
<input type=submit class='btn btn-outline-primary btn-lg btn-block' value='Accept & proceed to payment'>
2627
</p>
2728
</form>
2829

0 commit comments

Comments
 (0)