From de0964dbdcb7876f8aeb557faf4dad62227c51c9 Mon Sep 17 00:00:00 2001 From: Omar Al-Ithawi Date: Sun, 25 Aug 2019 13:20:12 +0300 Subject: [PATCH] Allow correct gender translations for course unit prev/next buttons --- lms/templates/seq_module.html | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) 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 _ %>