diff --git a/docs/release-notes/version-3.0.md b/docs/release-notes/version-3.0.md index 796f9562f..55fc78bb0 100644 --- a/docs/release-notes/version-3.0.md +++ b/docs/release-notes/version-3.0.md @@ -7,6 +7,7 @@ * [#6917](https://github.com/netbox-community/netbox/issues/6917) - Make ip assigned checkmark in ip table link to interface * [#7118](https://github.com/netbox-community/netbox/issues/7118) - Render URL custom fields as hyperlinks in object tables * [#7323](https://github.com/netbox-community/netbox/issues/7323) - Add serial filter field for racks & devices +* [#7372](https://github.com/netbox-community/netbox/issues/7372) - Link to local docs for model from object add/edit views ### Bug Fixes diff --git a/netbox/templates/generic/object_edit.html b/netbox/templates/generic/object_edit.html index 7ee4c4f94..bd3f6059b 100644 --- a/netbox/templates/generic/object_edit.html +++ b/netbox/templates/generic/object_edit.html @@ -7,12 +7,12 @@ {% endblock title %} {% block controls %} - {% if settings.DOCS_ROOT %} + {% if obj and settings.DOCS_ROOT %}