Hacky fix for course edit
This commit is contained in:
parent
a42bae51f7
commit
7250c71e93
1 changed files with 9 additions and 0 deletions
|
@ -14,6 +14,15 @@
|
|||
|
||||
{% block js_media %}
|
||||
{{ form.media.js }}
|
||||
<script>
|
||||
$(function() {
|
||||
setTimeout(function() {
|
||||
if ('DjangoPagedown' in window) {
|
||||
DjangoPagedown.init();
|
||||
}
|
||||
}, 3000);
|
||||
});
|
||||
</script>
|
||||
{% endblock %}
|
||||
|
||||
{% block middle_content %}
|
||||
|
|
Loading…
Reference in a new issue