diff --git a/lms/templates/main_django.html b/lms/templates/main_django.html index 20514b4ce4..f5ee06d280 100644 --- a/lms/templates/main_django.html +++ b/lms/templates/main_django.html @@ -3,34 +3,37 @@ {% block title %}edX{% endblock %} + {% compressed_css 'application' %} {% compressed_js 'main_vendor' %} - {% block headextra %}{% endblock %} {% render_block "css" %} - + + + - {% include "navigation.html" %} -
{% block body %}{% endblock %} - {% block bodyextra %}{% endblock %}
+ {% include "footer.html" %} {% compressed_js 'application' %} {% compressed_js 'module-js' %} + {% render_block "js" %}