Skip to content

Commit

Permalink
Merge pull request #1251 from liqd/mn-2018-06-bugfixes
Browse files Browse the repository at this point in the history
hotfix for ckeditor
  • Loading branch information
fuzzylogic2000 committed Jun 12, 2018
2 parents 41f14fa + 9347e6d commit ba61e7c
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 ba61e7c

Please sign in to comment.