diff --git a/templates/admin/base_site.html b/templates/admin/base_site.html
index fe10ab4..87be3d7 100644
--- a/templates/admin/base_site.html
+++ b/templates/admin/base_site.html
@@ -13,6 +13,12 @@
#newslettersubscription-group input {
transform: translate(-20px, 4px)
}
+
+ a[href="http://editor.froala.com"] {
+ display: none !important;
+ position: absolute;
+ top: -99999999px;
+ }
{% endblock %}