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