From 05191fa146fac31fd079c50bf6bcc4983f2f0792 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 28 Aug 2024 16:14:52 -0500 Subject: Rework UI: present menus on the left, content on the right. --- uploader/templates/login.html | 33 ++++++--------------------------- 1 file changed, 6 insertions(+), 27 deletions(-) (limited to 'uploader/templates/login.html') diff --git a/uploader/templates/login.html b/uploader/templates/login.html index 6ebf72e..bbca42f 100644 --- a/uploader/templates/login.html +++ b/uploader/templates/login.html @@ -1,32 +1,11 @@ -{%extends "base.html"%} -{%from "flash_messages.html" import flash_all_messages%} +{%extends "index.html"%} {%block title%}Data Upload{%endblock%} -{%block contents%} -
- {{flash_all_messages()}} - -

log in

- -
-

- 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.
-

- - log in -

- 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. -

-
+{%block pagetitle%}log in{%endblock%} +{%block extrapageinfo%} +

+ You do need to be logged in to upload data onto this system. + Please do that by clicking the "Log In" button at the top of the page.

{%endblock%} -- cgit v1.2.3