feat: New codemods on CMS (#28768)

This commit is contained in:
M. Zulqarnain
2021-10-25 12:59:54 +05:00
committed by GitHub
parent eec1d345d8
commit e54fb5f76e
37 changed files with 72 additions and 70 deletions

View File

@@ -1,7 +1,7 @@
"""
User facing error messages during course import and export
"""
from django.utils.translation import ugettext as _
from django.utils.translation import gettext as _
COURSE_ALREADY_EXIST = _('Aborting import because a course with this id: {} already exists.')
COURSE_PERMISSION_DENIED = _('Permission denied. You do not have write access to this course.')