From 9e1062a561b6782043f333bc7d357cb75aa43242 Mon Sep 17 00:00:00 2001 From: dave Date: Sun, 19 Sep 2021 22:14:46 -0700 Subject: [PATCH] clean up extra crap in UI --- templates/index.html | 4 ++-- templates/page.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/index.html b/templates/index.html index bd16f7c..6f2b6f8 100644 --- a/templates/index.html +++ b/templates/index.html @@ -5,10 +5,10 @@ Refresh {% if inflight %}Scanning in progress... {% else %}Rescan{% endif %} -Blah + {% endblock %} {% block main %} diff --git a/templates/page.html b/templates/page.html index 8c2e75d..69dc21e 100644 --- a/templates/page.html +++ b/templates/page.html @@ -9,7 +9,7 @@
-

{{ user }}

+

Logged in as: {{ user }}

Sign Out