Skip to content
Snippets Groups Projects
Commit 5730f6e3 authored by Brian Talbot's avatar Brian Talbot Committed by David Baumgold
Browse files

LMS: adds correct css/style assets back to password reset and confirm views

parent a48bee7f
No related merge requests found
......@@ -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>
......
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment