From 03a65f11a66f8912be1d72d9dceba3881f5d4267 Mon Sep 17 00:00:00 2001 From: rdujardin Date: Tue, 26 Jul 2016 12:43:15 +0200 Subject: [PATCH] Fix bug on "select" link in bind export in prefix page --- netbox/templates/dns/record.html | 2 +- netbox/templates/dns/zone.html | 2 +- netbox/templates/ipam/prefix.html | 12 ++++++++---- 3 files changed, 10 insertions(+), 6 deletions(-) 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 @@