diff --git a/docs/release-notes/version-3.1.md b/docs/release-notes/version-3.1.md index f70ee6951..c3a566965 100644 --- a/docs/release-notes/version-3.1.md +++ b/docs/release-notes/version-3.1.md @@ -4,6 +4,7 @@ ### Enhancements +* [#7661](https://github.com/netbox-community/netbox/issues/7661) - Remove forced styling of custom banners * [#7665](https://github.com/netbox-community/netbox/issues/7665) - Add toggle to show only available child prefixes * [#8057](https://github.com/netbox-community/netbox/issues/8057) - Dynamic object tables using HTMX * [#8080](https://github.com/netbox-community/netbox/issues/8080) - Link to NAT IPs for device/VM primary IPs diff --git a/netbox/templates/base/layout.html b/netbox/templates/base/layout.html index d45dc62f6..38c1dc21b 100644 --- a/netbox/templates/base/layout.html +++ b/netbox/templates/base/layout.html @@ -59,7 +59,7 @@ {% if config.BANNER_TOP %} - {% if config.BANNER_BOTTOM %} -