diff --git a/CHANGELOG b/CHANGELOG
index e4e304018..48b24757a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -10,6 +10,7 @@ Version 1.6 (unreleased)
Dashboard:
- Added shortcuts for the countdown.
+- Enabled copy and paste in widgets.
Agenda:
- New projector view with the current list of speakers.
- Added CSV import.
@@ -50,7 +51,8 @@ Other:
- Renamed and cleaned up static direcories.
- Used jsonfield as required package. Removed jsonfield code.
- Added new package backports.ssl_match_hostname for portable build script.
-- Use app "django-ckeditor-updated" to render WYSIWYG HTML editors
+- Used new app "django-ckeditor-updated" to render WYSIWYG html editors.
+ Removed CKEditor from sources.
- Only reload the webserver in debug-mode.
diff --git a/README.rst b/README.rst
index 286ae4d7a..b71baef96 100644
--- a/README.rst
+++ b/README.rst
@@ -257,11 +257,9 @@ OpenSlides uses the following projects or parts of them:
* `Bootstrap `_, License: Apache
License v2.0
-* `CKEditor `_, License: GPL, LGPL, MPL
-
* `Django `_, License: BSD
-* `Django CKeditor `_, License: BSD
+* `Django CKEditor `_, License: BSD
* `django-jsonfield `_,
License: MIT
diff --git a/extras/win32-portable/licenses/django-ckeditor b/extras/win32-portable/licenses/django-ckeditor
index 3982829e5..fb62af2a2 100644
--- a/extras/win32-portable/licenses/django-ckeditor
+++ b/extras/win32-portable/licenses/django-ckeditor
@@ -21,4 +21,4 @@ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
-SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
\ No newline at end of file
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/openslides/core/templates/form.html b/openslides/core/templates/form.html
index 36203f29a..649026782 100644
--- a/openslides/core/templates/form.html
+++ b/openslides/core/templates/form.html
@@ -1,4 +1,4 @@
-{{form.media}}
+{{ form.media }}
{% if form.non_field_errors %}