From 14f073af864e7d9d94babe2bf094f3079331bb34 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 3 Jul 2023 11:20:34 +0300 Subject: Spruce up UI Make UI somewhat consistent with the GN2 UI. --- gn3/templates/admin/login.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'gn3/templates/admin/login.html') diff --git a/gn3/templates/admin/login.html b/gn3/templates/admin/login.html index cf46009..ac217ab 100644 --- a/gn3/templates/admin/login.html +++ b/gn3/templates/admin/login.html @@ -2,11 +2,11 @@ {%block title%}Log in to Genenetwork3{%endblock%} +{%block pagetitle%}Admin Log In{%endblock%} + {%block content%} {{flash_messages()}} -

Genenetwork3: Admin Log In

-
@@ -14,19 +14,19 @@ -
- +
+ + placeholder="your@email.address" class="form-control" />
-
- +
+ + required="required" class="form-control" />
- + {%endblock%} -- cgit 1.4.1