From 729703972f67cd8a61460d275313ad7c55b019b3 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Thu, 25 Jul 2024 16:54:48 -0500 Subject: Provide UI for enabling login to the application. --- uploader/templates/login.html | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 uploader/templates/login.html (limited to 'uploader/templates') diff --git a/uploader/templates/login.html b/uploader/templates/login.html new file mode 100644 index 0000000..68510aa --- /dev/null +++ b/uploader/templates/login.html @@ -0,0 +1,29 @@ +{%extends "base.html"%} + +{%block title%}Data Upload{%endblock%} + +{%block contents%} +
+ This system enables you to upload data onto GeneNetwork. In order to do + that correctly, we need to know who you are.
+
+ If you already have an account with GeneNetwork, you can simply click the
+ login button below, after which you can upload your data.
+
+ If you do not have an account with GeneNetwork, go to + GeneNetwork + and register for an account, then come back here to login and upload. +