From 33b60b860c4cb8655047ee11eda49fc92db1b348 Mon Sep 17 00:00:00 2001 From: Benjamin Southall Date: Sat, 10 Aug 2019 20:54:52 +1000 Subject: [PATCH] Fixes You look like a bot (reCaptcha window doesn't appear) #159, straight implementation of upstream https://github.com/vichan-devel/vichan/pull/241, the template changes which the previous commit forgot --- templates/header.html | 4 +++- templates/post_form.html | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/templates/header.html b/templates/header.html index aecff50b..7f96f241 100644 --- a/templates/header.html +++ b/templates/header.html @@ -19,7 +19,9 @@ {% for javascript in config.additional_javascript %}{% endfor %} {% endif %} {% endif %} - {% if config.recaptcha %}