diff --git a/src/common/core/antibot/ui/template.html b/src/common/core/antibot/ui/template.html index 68b10e080..da6ef8b44 100644 --- a/src/common/core/antibot/ui/template.html +++ b/src/common/core/antibot/ui/template.html @@ -15,7 +15,7 @@
More information available in the documentation.
- {% if pre_render.get("status", False) and pre_render.get("status", False) == "ko" or "error" in pre_render.get("data", {}) or not pre_render.get("data") %} + {% if pre_render.get("status", False) and pre_render.get("status", False) == "ko" or "error" in pre_render.get("data", {}) or pre_render.get("data") is not mapping %}More information available in the documentation.