aboutsummaryrefslogtreecommitdiff
path: root/uploader/templates/login.html
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-02-03 16:06:17 -0600
committerFrederick Muriuki Muriithi2025-02-03 16:06:17 -0600
commit82774acb19423672d318fe884d909bfda46bf90d (patch)
tree37a3a80e5f0972bb8f085da11577af149e3e13fc /uploader/templates/login.html
parent2df07846e19b6f7eff5c4053454a4e780413b059 (diff)
downloadgn-uploader-82774acb19423672d318fe884d909bfda46bf90d.tar.gz
Make introductory text more succinct.
Diffstat (limited to 'uploader/templates/login.html')
-rw-r--r--uploader/templates/login.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/uploader/templates/login.html b/uploader/templates/login.html
index 1f71416..e76c644 100644
--- a/uploader/templates/login.html
+++ b/uploader/templates/login.html
@@ -5,7 +5,8 @@
{%block pagetitle%}log in{%endblock%}
{%block extrapageinfo%}
-<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>
+<p class="text-dark">
+ You <strong>need to
+ <a href="{{authserver_authorise_uri()}}"
+ title="Sign in to the system">sign in</a></strong> to use this system.</p>
{%endblock%}