From f6d95c2ac2fcf4dbb3215ce1bf55ffcdf165d07e Mon Sep 17 00:00:00 2001 From: Daniel Roschka Date: Thu, 2 Apr 2015 19:21:33 +0200 Subject: [PATCH] Fixes missing cancel buttons The cancel buttons on the forms introduced with 1671bc4c2ffba499c086d4298c986074494f6e40 vanished with 41f78b3effcf89975c522b4791151233ece9e17e. This commit adds them back. --- binder/templates/bcommon/add_cname_record_form.html | 1 + binder/templates/bcommon/delete_record_initial.html | 1 + 2 files changed, 2 insertions(+) diff --git a/binder/templates/bcommon/add_cname_record_form.html b/binder/templates/bcommon/add_cname_record_form.html index e67c9a0..d0f284c 100644 --- a/binder/templates/bcommon/add_cname_record_form.html +++ b/binder/templates/bcommon/add_cname_record_form.html @@ -66,6 +66,7 @@ + Cancel {% endblock body %} diff --git a/binder/templates/bcommon/delete_record_initial.html b/binder/templates/bcommon/delete_record_initial.html index bcf7c71..095cff5 100644 --- a/binder/templates/bcommon/delete_record_initial.html +++ b/binder/templates/bcommon/delete_record_initial.html @@ -40,6 +40,7 @@ + Cancel