From ee4ce1cf7d2186d85b9d862096285f738f817b2e Mon Sep 17 00:00:00 2001 From: ARvind Tiwari <tiwariav@gmail.com> Date: Tue, 25 Jul 2017 22:28:04 +0530 Subject: [PATCH] removed close button --- hosting/templates/hosting/orders.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hosting/templates/hosting/orders.html b/hosting/templates/hosting/orders.html index 6a703345..ebda2f51 100644 --- a/hosting/templates/hosting/orders.html +++ b/hosting/templates/hosting/orders.html @@ -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>