diff --git a/netbox/templates/generic/object_edit.html b/netbox/templates/generic/object_edit.html index 76a4d5f2e..360435dd0 100644 --- a/netbox/templates/generic/object_edit.html +++ b/netbox/templates/generic/object_edit.html @@ -22,6 +22,19 @@ Context: {% endif %} {% endblock title %} +{% block controls %} +
+ + {# Link to model documentation #} + {% if settings.DOCS_ROOT and object.docs_url %} + + {% trans "Help" %} + + {% endif %} + +
+{% endblock controls %} + {% block tabs %}