Add trans

This commit is contained in:
cuom1999 2024-01-30 22:20:55 -06:00
parent 2ff1ed0f54
commit 0de11d26a6
4 changed files with 70 additions and 7 deletions

View file

@ -3,6 +3,7 @@ from django.contrib.auth.models import User
from django.contrib.auth.forms import PasswordChangeForm
from django.contrib.auth.views import PasswordChangeView
from django.urls import reverse_lazy
from django.utils.translation import gettext_lazy as _
class CustomModelBackend(ModelBackend):