Add product hidden input type
To distinguish generic-payment-form submit
This commit is contained in:
parent
481f13d20c
commit
b348c93fee
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@
|
|||
<hr class="top-hr">
|
||||
<form role="form" id="generic-payment-form" method="post" action="" novalidate>
|
||||
{% csrf_token %}
|
||||
<input type="hidden" name="product" value="1" />
|
||||
{% for field in generic_payment_form %}
|
||||
{% bootstrap_field field show_label=False type='fields'%}
|
||||
{% endfor %}
|
||||
|
|
Loading…
Reference in a new issue