diff options
| author | Frederick Muriuki Muriithi | 2025-12-29 10:32:37 -0600 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2025-12-29 10:32:37 -0600 |
| commit | 17af2a6b12ee4ddd4b4861319c2fc03dc73f9e19 (patch) | |
| tree | 8d1884ce7ab210eb974304ba7bcfece4567fdd92 /uploader/templates/login.html | |
| parent | 12c1b6064c61b55bcdac0fdda2fe84100ed67038 (diff) | |
| download | gn-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.html | 12 |
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%} |
