From 6b66c156b970441d8600c9bbd31a661ae18a2ac8 Mon Sep 17 00:00:00 2001 From: Jeffrey Forman Date: Sun, 25 Nov 2012 13:45:01 -0500 Subject: [PATCH] Some template cleanup, making tag hierarchy more correct. --- binder/templates/base.htm | 1 - binder/templates/bcommon/delete_record_initial.htm | 12 ++++++------ 2 files changed, 6 insertions(+), 7 deletions(-) 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 %}