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