diff --git a/binder/templates/base.html b/binder/templates/base.html index c14d653..2ac27fd 100644 --- a/binder/templates/base.html +++ b/binder/templates/base.html @@ -20,7 +20,7 @@ {% block navigation %} {% endblock navigation %} diff --git a/binder/templates/bcommon/add_cname_record_form.html b/binder/templates/bcommon/add_cname_record_form.html index a2d3bde..8991ba2 100644 --- a/binder/templates/bcommon/add_cname_record_form.html +++ b/binder/templates/bcommon/add_cname_record_form.html @@ -3,7 +3,7 @@ {% block pageheader %}Add CNAME record for {{ originating_record }}{% endblock pageheader %} {% block body %} -
{% csrf_token %} +{% csrf_token %} Create CNAME record
diff --git a/binder/templates/bcommon/add_record_form.html b/binder/templates/bcommon/add_record_form.html index 78bf651..4f46a05 100644 --- a/binder/templates/bcommon/add_record_form.html +++ b/binder/templates/bcommon/add_record_form.html @@ -3,7 +3,7 @@ {% block pageheader %}Add record in {{ zone_name }}{% endblock pageheader %} {% block body %} -{% csrf_token %} +{% csrf_token %} Create Record
diff --git a/binder/templates/bcommon/delete_record_initial.html b/binder/templates/bcommon/delete_record_initial.html index ff3c28c..df78019 100644 --- a/binder/templates/bcommon/delete_record_initial.html +++ b/binder/templates/bcommon/delete_record_initial.html @@ -3,7 +3,7 @@ {% block pageheader %}Delete record(s) in {{ zone_name }}{% endblock pageheader %} {% block body %} - + {% csrf_token %}