|
|
@ -10,6 +10,7 @@ from formtools.wizard.views import CookieWizardView |
|
|
|
from django.shortcuts import render |
|
|
|
from django.conf import settings |
|
|
|
from django.contrib.auth.mixins import LoginRequiredMixin |
|
|
|
from django.utils.translation import gettext_lazy as _ |
|
|
|
|
|
|
|
from .models import Employee, DEPARTMENT_CHOICES, OS_CHOICES, VENDOR_CHOICES, \ |
|
|
|
LANG_CHOICES, ACCOUNT_CHOICES, TRANSPONDER_CHOICES, KEYBOARD_CHOICES |
|
|
|