Commit c789642e by Jason Bau

Merge pull request #396 from edx/jbau/fix/stanford-pwdreset-remove-vendor-js

put block around main_vendor js in main_django.html
parents 96a9d741 c9943306
...@@ -7,7 +7,9 @@ ...@@ -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" %}
......
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