replaced ugettext_lazy with gettext_lazy

This commit is contained in:
Real-Gecko
2020-10-14 18:27:57 +06:00
parent 5172a9f619
commit 1b3fd9d05e
23 changed files with 40 additions and 39 deletions

View File

@@ -1,7 +1,7 @@
from django.http import HttpResponseRedirect
from django.shortcuts import get_object_or_404, render
from django.urls import reverse
from django.utils.translation import ugettext_lazy as _
from django.utils.translation import gettext_lazy as _
from libvirt import libvirtError
from admin.decorators import superuser_only