diff --git a/binder/templates/bcommon/add_record_form.htm b/binder/templates/bcommon/add_record_form.htm index 12c1191..354bd6d 100644 --- a/binder/templates/bcommon/add_record_form.htm +++ b/binder/templates/bcommon/add_record_form.htm @@ -97,7 +97,7 @@ Add record in {{ zone_name }} - Cancel + - Cancel + diff --git a/binder/templates/bcommon/list_zone.htm b/binder/templates/bcommon/list_zone.htm index 62962fb..1d503bc 100644 --- a/binder/templates/bcommon/list_zone.htm +++ b/binder/templates/bcommon/list_zone.htm @@ -9,6 +9,8 @@ Zone listing for {{ zone_name }} on {{ dns_server }} {% if not errors %}
{% csrf_token %} + + @@ -47,8 +49,7 @@ Zone listing for {{ zone_name }} on {{ dns_server }}
Select Name
-Add Record - +
{% endif %} {% endblock body %}