about summary refs log tree commit diff
path: root/uploader/templates/login.html
diff options
context:
space:
mode:
Diffstat (limited to 'uploader/templates/login.html')
-rw-r--r--uploader/templates/login.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/uploader/templates/login.html b/uploader/templates/login.html
deleted file mode 100644
index 1f71416..0000000
--- a/uploader/templates/login.html
+++ /dev/null
@@ -1,11 +0,0 @@
-{%extends "index.html"%}
-
-{%block title%}Data Upload{%endblock%}
-
-{%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>
-{%endblock%}