From b94ace284ed8b6bda9619a105ea8b34ca80b58b5 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Tue, 4 Jun 2024 12:14:41 -0500 Subject: Update system name from GeneNetwork3 to gn-auth --- gn_auth/templates/admin/list-oauth2-clients.html | 2 +- gn_auth/templates/admin/login.html | 2 +- gn_auth/templates/admin/registered-client.html | 2 +- gn_auth/templates/admin/view-oauth2-client.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'gn_auth') diff --git a/gn_auth/templates/admin/list-oauth2-clients.html b/gn_auth/templates/admin/list-oauth2-clients.html index 0104f0d..ca0ee6d 100644 --- a/gn_auth/templates/admin/list-oauth2-clients.html +++ b/gn_auth/templates/admin/list-oauth2-clients.html @@ -1,6 +1,6 @@ {%extends "base.html"%} -{%block title%}Genenetwork3: OAuth2 Clients{%endblock%} +{%block title%}gn-auth: OAuth2 Clients{%endblock%} {%block pagetitle%}OAuth2 Clients{%endblock%} diff --git a/gn_auth/templates/admin/login.html b/gn_auth/templates/admin/login.html index ac217ab..ca3420a 100644 --- a/gn_auth/templates/admin/login.html +++ b/gn_auth/templates/admin/login.html @@ -1,6 +1,6 @@ {%extends "base.html"%} -{%block title%}Log in to Genenetwork3{%endblock%} +{%block title%}Log in to gn-auth{%endblock%} {%block pagetitle%}Admin Log In{%endblock%} diff --git a/gn_auth/templates/admin/registered-client.html b/gn_auth/templates/admin/registered-client.html index 5c46f4d..a0d53f3 100644 --- a/gn_auth/templates/admin/registered-client.html +++ b/gn_auth/templates/admin/registered-client.html @@ -1,6 +1,6 @@ {%extends "base.html"%} -{%block title%}Genenetwork3: Register OAuth2 Client{%endblock%} +{%block title%}gn-auth: Register OAuth2 Client{%endblock%} {%block pagetitle%}Register OAuth2 Client{%endblock%} diff --git a/gn_auth/templates/admin/view-oauth2-client.html b/gn_auth/templates/admin/view-oauth2-client.html index f5b5422..415873d 100644 --- a/gn_auth/templates/admin/view-oauth2-client.html +++ b/gn_auth/templates/admin/view-oauth2-client.html @@ -1,6 +1,6 @@ {%extends "base.html"%} -{%block title%}Genenetwork3: View OAuth2 Client{%endblock%} +{%block title%}gn-auth: View OAuth2 Client{%endblock%} {%block pagetitle%}View OAuth2 Client{%endblock%} -- cgit v1.2.3