diff --git a/netbox/templates/dns/record.html b/netbox/templates/dns/record.html index 8e7cbdf42..de4f4cfb4 100644 --- a/netbox/templates/dns/record.html +++ b/netbox/templates/dns/record.html @@ -121,7 +121,7 @@ - +

{{ bind_export }}

{{ bind_export }}
diff --git a/netbox/templates/dns/zone.html b/netbox/templates/dns/zone.html index 317278c86..90a72ffce 100644 --- a/netbox/templates/dns/zone.html +++ b/netbox/templates/dns/zone.html @@ -162,7 +162,7 @@ - +

{{ bind_export }}

{{ bind_export }}
diff --git a/netbox/templates/ipam/prefix.html b/netbox/templates/ipam/prefix.html index 76c03b129..df5f638bc 100644 --- a/netbox/templates/ipam/prefix.html +++ b/netbox/templates/ipam/prefix.html @@ -117,7 +117,7 @@
- BIND Reverse Exports + {{ bind_export_count }} BIND Reverse Exports
{% for z in bind_export %} @@ -126,7 +126,7 @@ Select {% endfor %}
-

{{ z.content }}

+
{{ z.content }}
@@ -138,15 +138,19 @@