Changed invalid credit card error style

This commit is contained in:
Siarhei Puhach 2017-08-07 10:05:12 +03:00
parent 4de04b2663
commit 4fea099b5d

View file

@ -145,8 +145,13 @@
</li></ul>
{% endif %}
{% endfor %}
{% if form.errors %}
{% bootstrap_form_errors form type='non_fields'%}
{% for error in form.non_field_errors %}
<p class="card-warning-content card-warning-error">
{{ error|escape }}
</p>
{% endfor %}
{% endif %}
</div>
</div>