courseRedactor.css fix

remotes/origin/hasaccess
nikita 8 years ago
parent ba069806f3
commit 178cf83777
  1. 6
      apps/course/templates/course/course_edit.html

@ -14,6 +14,6 @@
{% if course and course.id %}:course-id="{{ course.id }}"{% endif %}></course-redactor>
{% endblock content %}
{% block foot %}
<script type="text/javascript" src={% static "courseRedactor.js" %}></script>
<link rel="stylesheet" href={% static "courseRedactor.css" %}/>
{% endblock foot %}
<script type="text/javascript" src="{% static "courseRedactor.js" %}"></script>
<link rel="stylesheet" href="{% static "courseRedactor.css" %}" />
{% endblock foot %}

Loading…
Cancel
Save