From ade88a877d7f3c1fba466359198b8aa8ce5f28f8 Mon Sep 17 00:00:00 2001 From: zeripath Date: Thu, 2 May 2019 14:09:39 +0100 Subject: Allow Recaptcha service url to be configured (#6820) --- templates/base/footer.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/base/footer.tmpl') diff --git a/templates/base/footer.tmpl b/templates/base/footer.tmpl index 2481b2187c..5d1c2e9280 100644 --- a/templates/base/footer.tmpl +++ b/templates/base/footer.tmpl @@ -46,7 +46,7 @@ {{end}} {{if .EnableCaptcha}} {{if eq .CaptchaType "recaptcha"}} - + {{end}} {{end}} {{if .RequireTribute}} -- cgit v1.2.3