diff --git a/binder/templates/base.htm b/binder/templates/base.htm index b90cc98..ff2eb8c 100644 --- a/binder/templates/base.htm +++ b/binder/templates/base.htm @@ -48,7 +48,6 @@ - {% block footer %} {% endblock footer %} diff --git a/binder/templates/bcommon/delete_record_initial.htm b/binder/templates/bcommon/delete_record_initial.htm index 2bf205e..8fc1d78 100644 --- a/binder/templates/bcommon/delete_record_initial.htm +++ b/binder/templates/bcommon/delete_record_initial.htm @@ -7,10 +7,11 @@ Delete record(s) in {{ zone_name }} {% block body %} -{% csrf_token %} - - - + + {% csrf_token %} + + + @@ -42,8 +43,7 @@ Delete record(s) in {{ zone_name }} +
Do you really want to delete the following records?
- - {% endblock body %}