about summary refs log tree commit diff
path: root/uploader/templates/login.html
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-12-29 10:32:37 -0600
committerFrederick Muriuki Muriithi2025-12-29 10:32:37 -0600
commit17af2a6b12ee4ddd4b4861319c2fc03dc73f9e19 (patch)
tree8d1884ce7ab210eb974304ba7bcfece4567fdd92 /uploader/templates/login.html
parent12c1b6064c61b55bcdac0fdda2fe84100ed67038 (diff)
downloadgn-uploader-17af2a6b12ee4ddd4b4861319c2fc03dc73f9e19.tar.gz
Move index/home page to new UI templates.
Diffstat (limited to 'uploader/templates/login.html')
-rw-r--r--uploader/templates/login.html12
1 files changed, 0 insertions, 12 deletions
diff --git a/uploader/templates/login.html b/uploader/templates/login.html
deleted file mode 100644
index e76c644..0000000
--- a/uploader/templates/login.html
+++ /dev/null
@@ -1,12 +0,0 @@
-{%extends "index.html"%}
-
-{%block title%}Data Upload{%endblock%}
-
-{%block pagetitle%}log in{%endblock%}
-
-{%block extrapageinfo%}
-<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%}