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
This commit is contained in:
@@ -7,7 +7,9 @@
|
|||||||
<link rel="icon" type="image/x-icon" href="{% static "images/favicon.ico" %}" />
|
<link rel="icon" type="image/x-icon" href="{% static "images/favicon.ico" %}" />
|
||||||
|
|
||||||
{% compressed_css 'application' %}
|
{% compressed_css 'application' %}
|
||||||
|
{% block main_vendor_js %}
|
||||||
{% compressed_js 'main_vendor' %}
|
{% compressed_js 'main_vendor' %}
|
||||||
|
{% endblock %}
|
||||||
{% block headextra %}{% endblock %}
|
{% block headextra %}{% endblock %}
|
||||||
{% render_block "css" %}
|
{% render_block "css" %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user