Merge pull request #1450 from edx/talbs/lms-fix-passwordreset

LMS: FIX - Resolves path to CSS assets on password reset views (resolves LMS-1357)
This commit is contained in:
Brian Talbot
2013-10-22 10:56:14 -07:00
2 changed files with 8 additions and 2 deletions

View File

@@ -7,7 +7,10 @@
<title>{% trans "Your Password Reset is Complete" %}</title>
{% compressed_css 'application' %}
{% compressed_css 'style-vendor' %}
{% compressed_css 'style-app' %}
{% compressed_css 'style-app-extend1' %}
{% compressed_css 'style-app-extend2' %}
<!--[if lt IE 9]>
<script src="{% static 'js/html5shiv.js' %}"></script>

View File

@@ -11,7 +11,10 @@
{% endblocktrans %}
</title>
{% compressed_css 'application' %}
{% compressed_css 'style-vendor' %}
{% compressed_css 'style-app' %}
{% compressed_css 'style-app-extend1' %}
{% compressed_css 'style-app-extend2' %}
<!--[if lt IE 9]>
<script src="{% static 'js/html5shiv.js' %}"></script>