You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 29, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: templates/conference/cart/step_3_add_billing_info.html
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -21,8 +21,9 @@ <h1>Step 3: Add billing info for {{ order.code }}</h1>
21
21
{% csrf_token %}
22
22
23
23
{{ form|crispy }}
24
-
<pstyle='margin-top: 3em'>
25
-
<inputtype=submitclass='btn btn-outline-primary btn-lg btn-block' value='Go to payment'>
24
+
<pstyle='margin-top: 2em'>To proceed with the purchase, we will need you to accept our <ahref='/terms/'>terms & conditions</a> for EuroPython 2020.</p>
25
+
<p>
26
+
<inputtype=submitclass='btn btn-outline-primary btn-lg btn-block' value='Accept & proceed to payment'>
0 commit comments