diff --git a/lms/templates/seq_module.html b/lms/templates/seq_module.html index 6ec3acdc86..065729ec37 100644 --- a/lms/templates/seq_module.html +++ b/lms/templates/seq_module.html @@ -1,5 +1,5 @@ <%page expression_filter="h"/> -<%! from django.utils.translation import ugettext as _ %> +<%! from django.utils.translation import pgettext, ugettext as _ %>