From 7e8a1383bd42a4d747bd71adcada74ee16ff4df8 Mon Sep 17 00:00:00 2001 From: "holger.trampe" Date: Sun, 19 Apr 2020 21:57:13 +0200 Subject: [PATCH] summernote lang de --- .../__pycache__/settings.cpython-38.pyc | Bin 3897 -> 3897 bytes news/templates/news/news_addnews.html | 3 ++- news/templates/news/news_update.html | 3 ++- .../templates/standards/standards_add.html | 1 + .../templates/standards/standards_update.html | 3 ++- 5 files changed, 7 insertions(+), 3 deletions(-) diff --git a/digitaleagentur/__pycache__/settings.cpython-38.pyc b/digitaleagentur/__pycache__/settings.cpython-38.pyc index 9408331df6519f6965837175636f86c45a9c0fec..c13de544e56c178c1ae5fdb496a6d4dcc463b5ad 100644 GIT binary patch delta 19 Zcmdlfw^NQQl$V!_0SJWFZsgME2LLP{1L^<( delta 19 Zcmdlfw^NQQl$V!_0SFGP-pHlT4*)PI1eO2* 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", }); });