diff --git a/netbox/netbox/views/generic/feature_views.py b/netbox/netbox/views/generic/feature_views.py index 0c463e084fb..451c9c01d2a 100644 --- a/netbox/netbox/views/generic/feature_views.py +++ b/netbox/netbox/views/generic/feature_views.py @@ -38,7 +38,7 @@ class ObjectChangeLogView(ConditionalLoginRequiredMixin, View): base_template = None tab = ViewTab( label=_('Changelog'), - permission='extras.view_objectchange', + permission='core.view_objectchange', weight=10000 ) diff --git a/netbox/templates/account/profile.html b/netbox/templates/account/profile.html index d8be72e0834..20f8ad537b9 100644 --- a/netbox/templates/account/profile.html +++ b/netbox/templates/account/profile.html @@ -61,7 +61,7 @@