From dbe08e91f1f931d9943b17748729aa0f03b3a003 Mon Sep 17 00:00:00 2001 From: horus_arch Date: Wed, 23 Nov 2016 20:18:43 +0100 Subject: Adds honey pot field to the contact form. --- static/custom.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'static/custom.css') diff --git a/static/custom.css b/static/custom.css index 661e2a8..807ab55 100644 --- a/static/custom.css +++ b/static/custom.css @@ -162,4 +162,8 @@ select:focus { background-color: #efefef; border: 1px solid #e0e0e0 !important; box-shadow: 0 0 2px #ddd !important; - } +} +/* detectes robots */ +.hp { + display: none; +} -- cgit v1.2.3