Move csrf_token out of the form loop

This commit is contained in:
PCoder 2018-09-23 16:15:48 +02:00
parent d6e4a86724
commit fcfc56e132

View file

@ -18,8 +18,8 @@
<h3>{%trans "Billing Address" %}</h3>
<hr>
<form role="form" id="billing-form" method="post" action="" novalidate>
{% csrf_token %}
{% for field in form %}
{% csrf_token %}
{% bootstrap_field field show_label=False type='fields' bound_css_class='' %}
{% endfor %}
<div class="form-group text-right">