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 +++++++++++++++++++------------ gn3/templates/oauth2/oauth2_error.html | 4 ++-- 2 files changed, 21 insertions(+), 14 deletions(-) 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()}} -
-- cgit v1.2.3