diff --git a/datacenterlight/templates/datacenterlight/landing_payment.html b/datacenterlight/templates/datacenterlight/landing_payment.html
index aa0edd35..3e5c8350 100644
--- a/datacenterlight/templates/datacenterlight/landing_payment.html
+++ b/datacenterlight/templates/datacenterlight/landing_payment.html
@@ -71,8 +71,8 @@
                         <h3>{%trans "Make a payment" %}</h3>
                         <hr class="top-hr">
                         <form role="form" id="generic-payment-form" method="post" action="" novalidate>
-                            {% for field in generic_payment_form %}
                             {% csrf_token %}
+                            {% for field in generic_payment_form %}
                             {% bootstrap_field field show_label=False type='fields'%}
                             {% endfor %}
                             <p class="text-danger">{{generic_payment_form.non_field_errors|striptags}}</p>