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 @@

{%trans "Make a payment" %}


- {% for field in generic_payment_form %} {% csrf_token %} + {% for field in generic_payment_form %} {% bootstrap_field field show_label=False type='fields'%} {% endfor %}

{{generic_payment_form.non_field_errors|striptags}}