diff --git a/lms/templates/main_django.html b/lms/templates/main_django.html index f5ee06d280..da3af1935c 100644 --- a/lms/templates/main_django.html +++ b/lms/templates/main_django.html @@ -7,7 +7,9 @@ {% compressed_css 'application' %} + {% block main_vendor_js %} {% compressed_js 'main_vendor' %} + {% endblock %} {% block headextra %}{% endblock %} {% render_block "css" %}