Add trans
This commit is contained in:
parent
2ff1ed0f54
commit
0de11d26a6
4 changed files with 70 additions and 7 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue