diff options
Diffstat (limited to 'uploader/templates/login.html')
| -rw-r--r-- | uploader/templates/login.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/uploader/templates/login.html b/uploader/templates/login.html new file mode 100644 index 0000000..e76c644 --- /dev/null +++ b/uploader/templates/login.html @@ -0,0 +1,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%} |
