Commit bd0522d5 by Brian Talbot

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

LMS: FIX - Resolves path to CSS assets on password reset views (resolves LMS-1357)
parents 87858896 c476614f
...@@ -7,7 +7,10 @@ ...@@ -7,7 +7,10 @@
<title>{% trans "Your Password Reset is Complete" %}</title> <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]> <!--[if lt IE 9]>
<script src="{% static 'js/html5shiv.js' %}"></script> <script src="{% static 'js/html5shiv.js' %}"></script>
......
...@@ -11,7 +11,10 @@ ...@@ -11,7 +11,10 @@
{% endblocktrans %} {% endblocktrans %}
</title> </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]> <!--[if lt IE 9]>
<script src="{% static 'js/html5shiv.js' %}"></script> <script src="{% static 'js/html5shiv.js' %}"></script>
......
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