Commit c03a55a2 by Clinton Blackburn

Updated Publisher course edit template to use correct block name for CSS

ECOM-5776
parent 7aeec8fb
......@@ -7,7 +7,7 @@
{% trans "Edit Course" %}
{% endblock title %}
{% block stylesheets %}
{% block css %}
<link rel="stylesheet" href="{% static 'bower_components/tinymce/skins/lightgray/content.min.css' %}" type="text/x-scss">
<link rel="stylesheet" href="{% static 'bower_components/tinymce/skins/lightgray/skin.min.css' %}" type="text/x-scss">
{{ block.super }}
......
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