diff --git a/src/backend/InvenTree/templates/403_csrf.html b/src/backend/InvenTree/templates/403_csrf.html index e9441cb613..e66345fb56 100644 --- a/src/backend/InvenTree/templates/403_csrf.html +++ b/src/backend/InvenTree/templates/403_csrf.html @@ -1,4 +1,4 @@ -{% extends "account/base.html" %} +{% extends "skeleton.html" %} {% load i18n %} {% load inventree_extras %} diff --git a/src/backend/InvenTree/templates/account/base.html b/src/backend/InvenTree/templates/account/base.html index cec3145135..0e298e8cc0 100644 --- a/src/backend/InvenTree/templates/account/base.html +++ b/src/backend/InvenTree/templates/account/base.html @@ -1,55 +1,9 @@ -{% load static %} +{% extends "skeleton.html" %} {% load i18n %} {% load inventree_extras %} - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -