fix: replace 'ugettext' with 'gettext' in lms

This commit is contained in:
Jawayria
2021-12-14 18:42:43 +05:00
parent b401ecb3e7
commit b2113696c9
18 changed files with 18 additions and 18 deletions

View File

@@ -1,7 +1,7 @@
<%page expression_filter="h"/>
<%!
from django.utils.translation import ugettext as _
from django.utils.translation import gettext as _
from openedx.core.djangolib.markup import HTML, Text
%>