From c5c089d01ba78de0a35d06da2d9649526f94dcb9 Mon Sep 17 00:00:00 2001 From: DUO Labs Date: Fri, 14 Jan 2022 12:10:43 -0500 Subject: [PATCH] Fix indenting issues in display.html Co-authored-by: Ben Busby --- app/templates/display.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/display.html b/app/templates/display.html index d99e903..e4eea3e 100644 --- a/app/templates/display.html +++ b/app/templates/display.html @@ -36,8 +36,8 @@ {% include 'footer.html' %} {% if autocomplete_enabled == '1' %} - - {% endif %} + +{% endif %}