Revert "Switch container factory to webpack"

This commit is contained in:
Calen Pennington
2018-05-29 16:01:38 -04:00
committed by GitHub
parent 6c8e0842cc
commit 0f7e2373d0
162 changed files with 6718 additions and 7296 deletions

View File

@@ -19,10 +19,10 @@
% endfor
</%block>
<%block name="page_bundle">
<%static:webpack entry="js/factories/edit_tabs">
<%block name="requirejs">
require(["js/factories/edit_tabs"], function (EditTabsFactory) {
EditTabsFactory("${context_course.location | n, js_escaped_string}", "${reverse('tabs_handler', kwargs={'course_key_string': context_course.id})}");
</%static:webpack>
});
</%block>
<%block name="content">