diff --git a/lms/templates/split_test_author_view.html b/lms/templates/split_test_author_view.html index ede487e199..534777d0b1 100644 --- a/lms/templates/split_test_author_view.html +++ b/lms/templates/split_test_author_view.html @@ -1,4 +1,9 @@ -<%! from django.utils.translation import ugettext as _ %> +<%page expression_filter="h"/> + +<%! + from django.utils.translation import ugettext as _ + from openedx.core.djangolib.markup import HTML, Text +%> <% split_test = context.get('split_test') @@ -11,8 +16,8 @@ show_link = group_configuration_url is not None