aboutsummaryrefslogtreecommitdiff
path: root/uploader/templates/login.html
blob: 1f71416228dc67d7b6b31df291b2f0dec60434af (plain)
1
2
3
4
5
6
7
8
9
10
11
{%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%}