Merge pull request #1610 from waheedahmed/wah/bugfix/lms1265-import-jquery

import jquery in reset password template
This commit is contained in:
Waheed Ahmed
2013-11-08 07:54:41 -08:00
2 changed files with 8 additions and 0 deletions

View File

@@ -12,6 +12,10 @@
{% compressed_css 'style-app-extend1' %}
{% compressed_css 'style-app-extend2' %}
{% block main_vendor_js %}
{% compressed_js 'main_vendor' %}
{% endblock %}
<!--[if lt IE 9]>
<script src="{% static 'js/html5shiv.js' %}"></script>
<![endif]-->

View File

@@ -16,6 +16,10 @@
{% compressed_css 'style-app-extend1' %}
{% compressed_css 'style-app-extend2' %}
{% block main_vendor_js %}
{% compressed_js 'main_vendor' %}
{% endblock %}
<!--[if lt IE 9]>
<script src="{% static 'js/html5shiv.js' %}"></script>
<![endif]-->