Show GenericPaymentForm labels

This commit is contained in:
PCoder 2018-10-03 08:36:21 +02:00
parent 97693f0bb3
commit 8a2734fa0e
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@
{% csrf_token %}
<input type="hidden" name="product" value="1" />
{% for field in generic_payment_form %}
{% bootstrap_field field show_label=False type='fields'%}
{% bootstrap_field field type='fields'%}
{% endfor %}
<p class="text-danger">{{generic_payment_form.non_field_errors|striptags}}</p>
</form>