removed close button

This commit is contained in:
ARvind Tiwari 2017-07-25 22:28:04 +05:30
parent 69ff67c821
commit ee4ce1cf7d

View file

@ -59,10 +59,6 @@
action="{% url 'hosting:delete_order' order.id %}">
{% csrf_token %}
<div class="modal-footer">
<button type="button" class="btn btn-default"
data-dismiss="modal">
{% trans "Close"%}
</button>
<button type="submit" class="btn btn-primary">{% trans "Delete"%}
</button>
</div>