mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
replaced ugettext_lazy with gettext_lazy
This commit is contained in:
parent
5172a9f619
commit
1b3fd9d05e
23 changed files with 40 additions and 39 deletions
|
@ -1,7 +1,7 @@
|
|||
from appsettings.settings import app_settings
|
||||
from django.contrib.auth import get_user_model
|
||||
from django.forms import ModelForm, ValidationError
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
from django.utils.translation import gettext_lazy as _
|
||||
|
||||
from .models import UserInstance, UserSSHKey
|
||||
from .utils import validate_ssh_key
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue