refactor: Use gettext instead of deprecated ugettext
This commit is contained in:
parent
79b749fcdf
commit
872bdef06b
|
@ -16,7 +16,7 @@ from django.http import Http404
|
|||
from django.shortcuts import render
|
||||
from django.utils.encoding import force_str
|
||||
from django.utils.html import escape
|
||||
from django.utils.translation import ugettext as _
|
||||
from django.utils.translation import gettext as _
|
||||
|
||||
from ietf.group.models import (Group, GroupFeatures, GroupHistory, GroupEvent, GroupURL, GroupMilestone,
|
||||
GroupMilestoneHistory, GroupStateTransitions, Role, RoleHistory, ChangeStateGroupEvent,
|
||||
|
|
Loading…
Reference in a new issue