aboutsummaryrefslogtreecommitdiffstats
path: root/servo/templates/orders/close.html
diff options
context:
space:
mode:
Diffstat (limited to 'servo/templates/orders/close.html')
-rwxr-xr-xservo/templates/orders/close.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/servo/templates/orders/close.html b/servo/templates/orders/close.html
index b80f862..a53db5e 100755
--- a/servo/templates/orders/close.html
+++ b/servo/templates/orders/close.html
@@ -12,6 +12,7 @@
{% block footer %}
<form action="{{ action }}" method="post" accept-charset="utf-8">
{% csrf_token %}
+ <button class="btn btn-default" data-dismiss="modal">{% trans "Cancel" %}</button>
<button class="btn btn-primary" type="submit">{% trans "Close" %}</button>
</form>
{% endblock footer %}