From 473cc8c87644c0ae16c2c7007f72c7bbdf1de27e Mon Sep 17 00:00:00 2001 From: Adrian Amaglio Date: Wed, 16 Sep 2020 14:26:40 +0200 Subject: [PATCH] adding invisible honeypot field --- content/pages/home.html | 4 ++++ themes/jean-cloud/static/css/main.css | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/content/pages/home.html b/content/pages/home.html index 25dfa77..0f01856 100644 --- a/content/pages/home.html +++ b/content/pages/home.html @@ -122,6 +122,10 @@ +
+ + +
diff --git a/themes/jean-cloud/static/css/main.css b/themes/jean-cloud/static/css/main.css index 6e8059e..b6859a9 100644 --- a/themes/jean-cloud/static/css/main.css +++ b/themes/jean-cloud/static/css/main.css @@ -549,3 +549,7 @@ main footer p, body > footer p { width: 100%; } } + +.field_prenom { + display: none; +}