aboutsummaryrefslogtreecommitdiff
path: root/uploader/templates/login.html
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-09-18 01:27:22 -0500
committerFrederick Muriuki Muriithi2024-09-18 01:36:37 -0500
commit7531b17018a0a81edce95802cc370661106cc481 (patch)
tree1b72fa5d8bcb60d9f3702bc11e9a4d02b772aed4 /uploader/templates/login.html
parent17defa03f395aa9895b524ef3125e138b3987507 (diff)
downloadgn-uploader-7531b17018a0a81edce95802cc370661106cc481.tar.gz
Document the menu on the home page.
Diffstat (limited to 'uploader/templates/login.html')
-rw-r--r--uploader/templates/login.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/uploader/templates/login.html b/uploader/templates/login.html
index bbca42f..1f71416 100644
--- a/uploader/templates/login.html
+++ b/uploader/templates/login.html
@@ -5,7 +5,7 @@
{%block pagetitle%}log in{%endblock%}
{%block extrapageinfo%}
-<p>
+<p class="text-dark text-primary">
You <strong>do need to be logged in</strong> to upload data onto this system.
Please do that by clicking the "Log In" button at the top of the page.</p>
{%endblock%}