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

This commit is contained in:
Jawayria
2021-12-13 19:45:28 +05:00
parent 18ed3f6f34
commit d1cd6e8b60
10 changed files with 10 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
<%! from django.utils.translation import ugettext as _ %>
<%! from django.utils.translation import gettext as _ %>
<%page args="tabName" expression_filter="h"/>
<div>
<textarea id="xml-${html_id}" class="edit-box">${data}</textarea>