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