aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-02-03 14:10:13 -0600
committerFrederick Muriuki Muriithi2025-02-03 14:10:13 -0600
commitb14e024e180e0f9686ecc84744bb8ce500dc885c (patch)
treefe535608caddc8f69dbb004baf3667360faac483
parente345a04030249c99237a7f4e1e80e29918e99c7c (diff)
downloadgn-auth-b14e024e180e0f9686ecc84744bb8ce500dc885c.tar.gz
Improve page copy for the authorisation server.
-rw-r--r--gn_auth/templates/base.html4
-rw-r--r--gn_auth/templates/oauth2/authorise-user.html2
2 files changed, 3 insertions, 3 deletions
diff --git a/gn_auth/templates/base.html b/gn_auth/templates/base.html
index b452ca1..bdd5347 100644
--- a/gn_auth/templates/base.html
+++ b/gn_auth/templates/base.html
@@ -5,7 +5,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <title>gn-auth: {%block title%}{%endblock%}</title>
+ <title>Authorization {%block title%}{%endblock%}</title>
<link rel="stylesheet" type="text/css"
href="https://genenetwork.org/static/new/css/bootstrap-custom.css" />
@@ -39,7 +39,7 @@
style="font-weight: bold;">GeneNetwork</a>
</li>
<li>
- <a href="#">gn-auth: {%block pagetitle%}{%endblock%}</a>
+ <a href="#">Authorization: {%block pagetitle%}{%endblock%}</a>
</li>
</ul>
</div>
diff --git a/gn_auth/templates/oauth2/authorise-user.html b/gn_auth/templates/oauth2/authorise-user.html
index 7474464..2129cc3 100644
--- a/gn_auth/templates/oauth2/authorise-user.html
+++ b/gn_auth/templates/oauth2/authorise-user.html
@@ -2,7 +2,7 @@
{%block title%}Authorise User{%endblock%}
-{%block pagetitle%}Authenticate to the API Server{%endblock%}
+{%block pagetitle%}Sign In{%endblock%}
{%block content%}
{{flash_messages()}}