Merge pull request #15926 from edx/HarryRein/FEDX-375-bootstrap-beta

Harry rein/fedx 375 bootstrap beta
This commit is contained in:
Harry Rein
2017-09-07 10:12:05 -04:00
committed by GitHub
43 changed files with 1886 additions and 1597 deletions

View File

@@ -28,7 +28,6 @@ def show_reference_template(request, template):
uses_bootstrap = not uses_pattern_library and not is_v1
context = {
'request': request,
'disable_courseware_js': not is_v1,
'uses_pattern_library': uses_pattern_library,
'uses_bootstrap': uses_bootstrap,
}