From f1d99e1d61d8ba44aa153a279d30bf1706a75c34 Mon Sep 17 00:00:00 2001 From: Ali-D-Akbar Date: Thu, 2 Jul 2020 23:43:44 +0500 Subject: [PATCH] PROD-1795 --- cms/templates/edit-tabs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cms/templates/edit-tabs.html b/cms/templates/edit-tabs.html index 7ee868aaa5..c9e30c3223 100644 --- a/cms/templates/edit-tabs.html +++ b/cms/templates/edit-tabs.html @@ -21,7 +21,7 @@ <%block name="page_bundle"> <%static:webpack entry="js/factories/edit_tabs"> - EditTabsFactory("${context_course.location | n, js_escaped_string}", "${reverse('tabs_handler', kwargs={'course_key_string': context_course.id})}"); + EditTabsFactory("${context_course.location | n, js_escaped_string}", "${reverse('tabs_handler', kwargs={'course_key_string': context_course.id}) | n, js_escaped_string}");