diff --git a/digitaleagentur/__pycache__/settings.cpython-38.pyc b/digitaleagentur/__pycache__/settings.cpython-38.pyc
index 9408331..c13de54 100644
Binary files a/digitaleagentur/__pycache__/settings.cpython-38.pyc and b/digitaleagentur/__pycache__/settings.cpython-38.pyc differ
diff --git a/news/templates/news/news_addnews.html b/news/templates/news/news_addnews.html
index e80c0be..184343f 100644
--- a/news/templates/news/news_addnews.html
+++ b/news/templates/news/news_addnews.html
@@ -19,7 +19,8 @@
diff --git a/news/templates/news/news_update.html b/news/templates/news/news_update.html
index 9c0d3d1..758d90d 100644
--- a/news/templates/news/news_update.html
+++ b/news/templates/news/news_update.html
@@ -17,7 +17,8 @@
diff --git a/standards/templates/standards/standards_add.html b/standards/templates/standards/standards_add.html
index 0a40974..1a9a878 100644
--- a/standards/templates/standards/standards_add.html
+++ b/standards/templates/standards/standards_add.html
@@ -692,6 +692,7 @@ $(document).ready(function() {
$('#id_content').summernote({
height: 400,
+ lang: "de-DE"
});
});
diff --git a/standards/templates/standards/standards_update.html b/standards/templates/standards/standards_update.html
index 0f75ce8..b208f04 100644
--- a/standards/templates/standards/standards_update.html
+++ b/standards/templates/standards/standards_update.html
@@ -826,7 +826,8 @@ $("#id_area").change(function () {
$(document).ready(function() {
$('#id_content').summernote({
- height: 400
+ height: 400,
+ lang: "de-DE",
});
});