diff --git a/netbox/templates/users/base.html b/netbox/templates/users/base.html index 58861ee90..5b5f860f7 100644 --- a/netbox/templates/users/base.html +++ b/netbox/templates/users/base.html @@ -1,4 +1,9 @@ -{% extends 'base/layout.html' %} +{% extends 'generic/object.html' %} +{% load buttons %} +{% load static %} +{% load helpers %} +{% load plugins %} + {% block tabs %}