From 71525e64d00eda329f8c9a87c300b98526113679 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Tue, 4 Jul 2023 10:48:30 +0300 Subject: Fix minor UI bug --- gn3/templates/oauth2/authorise-user.html | 31 +++++++++++++++++++------------ 1 file changed, 19 insertions(+), 12 deletions(-) (limited to 'gn3/templates/oauth2/authorise-user.html') diff --git a/gn3/templates/oauth2/authorise-user.html b/gn3/templates/oauth2/authorise-user.html index d40379f..33c5b16 100644 --- a/gn3/templates/oauth2/authorise-user.html +++ b/gn3/templates/oauth2/authorise-user.html @@ -2,11 +2,11 @@ {%block title%}Authorise User{%endblock%} +{%block pagetitle%}Authenticate to the API Server{%endblock%} + {%block content%} {{flash_messages()}} -

Authenticate to the API Server

-
@@ -17,24 +17,31 @@
Scope {%for scp in scope%} - - -
+
+ +
{%endfor%}
User Credentials - - -
+
+ + +
- +
+ + required="required" class="form-control" /> +
- +
{%endblock%} -- cgit v1.2.3