From 8b352371bfa44eb946418aeac2a51abce6fafb07 Mon Sep 17 00:00:00 2001 From: justcool393 Date: Sat, 19 Nov 2022 04:19:02 -0600 Subject: [PATCH] error handler checks --- files/templates/default.html | 3 +-- files/templates/mobile_navigation_bar.html | 6 ++---- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/files/templates/default.html b/files/templates/default.html index 0ac7f2706..b2d82e288 100644 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -104,10 +104,9 @@ - -{% if v.spider %} +{% if not err and v.spider %} {% endif %} diff --git a/files/templates/mobile_navigation_bar.html b/files/templates/mobile_navigation_bar.html index 3d6867d47..3a2ab7d1f 100644 --- a/files/templates/mobile_navigation_bar.html +++ b/files/templates/mobile_navigation_bar.html @@ -1,5 +1,4 @@
-
@@ -20,7 +19,7 @@
-{% else %} +{% elif not err %} {%- endif %} -{% else %} +{% elif not err %}
-