diff options
-rw-r--r-- | gn_auth/templates/base.html | 4 | ||||
-rw-r--r-- | gn_auth/templates/oauth2/authorise-user.html | 2 |
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()}} |