From e3961d8d800ecb16f2c11a72033af78df73c3e67 Mon Sep 17 00:00:00 2001 From: Zak Timson Date: Mon, 4 Sep 2017 13:45:13 -0400 Subject: [PATCH] Removed froala license message --- templates/admin/base_site.html | 6 ++++++ 1 file changed, 6 insertions(+) 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 %}