aboutsummaryrefslogtreecommitdiffstats
path: root/servo/templates/orders/close.html
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2021-05-30 10:34:01 +0300
committerFilipp Lepalaan <filipp@mac.com>2021-05-30 10:34:01 +0300
commit9dcc51f2211385239b0272bdbf2466637c874f35 (patch)
tree8ac9104abcfa817dc1092e5f338b8c90b4b8aaff /servo/templates/orders/close.html
parent467f9fef717cbdc217aae63fef6481150e8e34a7 (diff)
downloadServo-9dcc51f2211385239b0272bdbf2466637c874f35.tar.gz
Servo-9dcc51f2211385239b0272bdbf2466637c874f35.tar.bz2
Servo-9dcc51f2211385239b0272bdbf2466637c874f35.zip
Check-in fixes and improvements
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 %}