Removed the extra btn
This commit is contained in:
parent
e551ba911b
commit
efd90f8ddd
1 changed files with 1 additions and 6 deletions
|
@ -73,12 +73,7 @@
|
||||||
<div class="col-xs-6 pull-right">
|
<div class="col-xs-6 pull-right">
|
||||||
<button style="width: 100px; float: right; font-style: normal; font-weight: bold; position: absolute; right: 0;" id="payment_button_with_creditcard" class="btn btn-success" type="submit">
|
<button style="width: 100px; float: right; font-style: normal; font-weight: bold; position: absolute; right: 0;" id="payment_button_with_creditcard" class="btn btn-success" type="submit">
|
||||||
{% trans "Place Order" %}
|
{% trans "Place Order" %}
|
||||||
<div class="col-xs-6">
|
</button>
|
||||||
<button id="payment_button_with_creditcard" class="btn btn-success btn-sm btn-block" type="submit">
|
|
||||||
{% trans "Submit Payment" %}
|
|
||||||
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue