Add name to card form button name
This commit is contained in:
parent
a4b63e220a
commit
1a25bbf11e
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
<div class="text-right">
|
<div class="text-right">
|
||||||
<button class="btn btn-vm-contact btn-wide" type="submit">{%trans "SUBMIT" %}</button>
|
<button class="btn btn-vm-contact btn-wide" type="submit" name="payment-form">{%trans "SUBMIT" %}</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div style="display:none;">
|
<div style="display:none;">
|
||||||
|
|
Loading…
Reference in a new issue