From d32a204ee69dd4f2f31c7cf93e3eb95253e262d4 Mon Sep 17 00:00:00 2001
From: Fluf <36822577+flufmonster@users.noreply.github.com>
Date: Wed, 4 Jul 2018 16:55:55 -0400
Subject: [PATCH] conflicting types
---
templates/base/footer.tmpl | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/templates/base/footer.tmpl b/templates/base/footer.tmpl
index 7a5fac76b..a23ae5730 100644
--- a/templates/base/footer.tmpl
+++ b/templates/base/footer.tmpl
@@ -67,8 +67,10 @@
{{if .RequireU2F}}
{{end}}
-{{if and .EnableCaptcha (and .CaptchaType (eq .CaptchaType "recaptcha"))}}
-
+{{if .EnableCaptcha}}
+ {{if eq .CaptchaType "recaptcha"}}
+
+ {{end}}
{{end}}
{{if .RequireTribute}}