Commit b2368b3e by Jason Bau

put block around main_vendor js in main_django.html

should be a no-op for edx-east, but allow edx-west to remove
vendor.js with a blank {% block %}
in our password_reset_confirm.html to fix a bug
parent 0987e450
......@@ -13,7 +13,9 @@
<link rel="icon" type="image/x-icon" href="{% static FAVICON_PATH %}" />
{% compressed_css 'application' %}
{% block main_vendor_js %}
{% compressed_js 'main_vendor' %}
{% endblock %}
{% block headextra %}{% endblock %}
{% if MITX_FEATURES.USE_CUSTOM_THEME %}
{% include "theme-head-extra.html" %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment