diff --git a/templates/admin/base_site.html b/templates/admin/base_site.html index 4b7d579..5b5cf34 100644 --- a/templates/admin/base_site.html +++ b/templates/admin/base_site.html @@ -14,6 +14,12 @@ #newslettersubscription-group input { transform: translate(-20px, 4px) } + + a[href="https://www.froala.com/wysiwyg-editor?k=u"] { + display: none !important; + position: absolute; + top: -99999999px; + } {% endblock %}