From a908985429273d7aae3cba3d64950c81f827023c Mon Sep 17 00:00:00 2001 From: DUO Labs Date: Thu, 13 Jan 2022 21:28:21 -0500 Subject: [PATCH] If `autocomplete_enabled` is `1` in display.html, then enable autocomplete script. --- app/templates/display.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/templates/display.html b/app/templates/display.html index fe39df7..d99e903 100644 --- a/app/templates/display.html +++ b/app/templates/display.html @@ -35,7 +35,9 @@ {{ response|safe }} {% include 'footer.html' %} - +{% if autocomplete_enabled == '1' %} + + {% endif %}