dcl order confirmation: add code to show button on modal

This commit is contained in:
PCoder 2017-09-28 04:14:35 +05:30
parent fccd75f1fc
commit e215a85a4d

View file

@ -119,6 +119,8 @@
{% trans "Hold tight, we are processing your request" %}
</div>
<div class="modal-footer">
<a id="createvm-modal-done-btn" class="btn btn-success btn-ok btn-wide hide" href="">{% trans "OK" %}</a>
<button id="createvm-modal-close-btn" type="button" class="btn btn-danger btn-ok btn-wide hide" data-dismiss="modal" aria-label="create-vm-close">{% trans "Close" %}</button>
</div>
</div>
</div>