diff --git a/docs/release-notes/version-3.0.md b/docs/release-notes/version-3.0.md index fd7603c0e..e33ef2663 100644 --- a/docs/release-notes/version-3.0.md +++ b/docs/release-notes/version-3.0.md @@ -1,11 +1,12 @@ # NetBox v3.0 -## v2.11.12 (2021-08-23) +## v3.0.1 (FUTURE) ### Bug Fixes * [#7070](https://github.com/netbox-community/netbox/issues/7070) - Fix exception when filtering by prefix max length in UI * [#7071](https://github.com/netbox-community/netbox/issues/7071) - Fix exception when removing a primary IP from a device/VM +* [#7096](https://github.com/netbox-community/netbox/issues/7096) - Home links should honor `BASE_PATH` configuration --- diff --git a/netbox/templates/base/sidenav.html b/netbox/templates/base/sidenav.html index 8941171e5..5790e8c44 100644 --- a/netbox/templates/base/sidenav.html +++ b/netbox/templates/base/sidenav.html @@ -7,12 +7,12 @@ {# Brand #} {# Full Logo #} - + NetBox Logo {# Icon Logo #} - + NetBox Logo diff --git a/netbox/templates/media_failure.html b/netbox/templates/media_failure.html index 10b01291d..e3b7ef309 100644 --- a/netbox/templates/media_failure.html +++ b/netbox/templates/media_failure.html @@ -42,7 +42,7 @@ The file {{ filename }} exists in the static root directory and is readable by the HTTP process. -

Click here to attempt loading NetBox again.

+

Click here to attempt loading NetBox again.

diff --git a/netbox/templates/rest_framework/api.html b/netbox/templates/rest_framework/api.html index 36bf7a554..7ece5905c 100644 --- a/netbox/templates/rest_framework/api.html +++ b/netbox/templates/rest_framework/api.html @@ -9,5 +9,5 @@ {% block title %}{% if name %}{{ name }} | {% endif %}NetBox REST API{% endblock %} {% block branding %} - NetBox + NetBox {% endblock branding %}