diff --git a/db.sqlite b/db.sqlite index c4f3d855..15d38a38 100644 Binary files a/db.sqlite and b/db.sqlite differ diff --git a/inventory/__pycache__/models.cpython-311.pyc b/inventory/__pycache__/models.cpython-311.pyc index ed11611b..b93494ff 100644 Binary files a/inventory/__pycache__/models.cpython-311.pyc and b/inventory/__pycache__/models.cpython-311.pyc differ diff --git a/inventory/models.py b/inventory/models.py index 57a4e8de..b4a8f4fb 100644 --- a/inventory/models.py +++ b/inventory/models.py @@ -606,9 +606,12 @@ class STAFF_TYPES(models.TextChoices): INVENTORY = "inventory", _("Inventory") ACCOUNTANT = "accountant", _("Accountant") SALES = "sales", _("Sales") - RECEPTIONIST = "receptionist", _("Receptionist") - TECHNICIAN = "technician", _("Technician") - DRIVER = "driver", _("Driver") + + # COORDINATOR = "coordinator", _("Coordinator") + # RECEPTIONIST = "receptionist", _("Receptionist") + # AGENT = "agent", _("Agent") + # TECHNICIAN = "technician", _("Technician") + # DRIVER = "driver", _("Driver") class Staff(models.Model, LocalizedNameMixin): diff --git a/templates/base.html b/templates/base.html index 1de89286..67ee5def 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,4 +1,4 @@ -{% load static %} {% load i18n %} +{% load i18n static%} {% get_current_language as LANGUAGE_CODE %} -
+ - -