Skip to content

Commit

Permalink
hotfix for ckeditor
Browse files Browse the repository at this point in the history
  • Loading branch information
Magdalena Noffke committed Jun 12, 2018
1 parent 41f14fa commit 9347e6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions euth_wagtail/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
<script type="text/javascript" src="{% url 'javascript-catalog' %}"></script>
<script type="text/javascript" src="{% static 'vendor.js' %}"></script>
<script type="text/javascript" src="{% static 'adhocracy4.js' %}"></script>
<script>window.CKEDITOR_BASEPATH = '/static/ckeditor/ckeditor/';</script>
</head>

<body class="{% block body_class %}{% endblock %}">
Expand Down

0 comments on commit 9347e6d

Please sign in to comment.