removed close button
This commit is contained in:
parent
69ff67c821
commit
ee4ce1cf7d
1 changed files with 0 additions and 4 deletions
|
@ -59,10 +59,6 @@
|
||||||
action="{% url 'hosting:delete_order' order.id %}">
|
action="{% url 'hosting:delete_order' order.id %}">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
<div class="modal-footer">
|
<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 type="submit" class="btn btn-primary">{% trans "Delete"%}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue