Merge pull request #1610 from waheedahmed/wah/bugfix/lms1265-import-jquery
import jquery in reset password template
This commit is contained in:
@@ -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]-->
|
||||
|
||||
@@ -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]-->
|
||||
|
||||
Reference in New Issue
Block a user