diff options
author | Frederick Muriuki Muriithi | 2024-02-27 05:14:27 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-02-27 05:14:27 +0300 |
commit | f516712a3313ffaa5418f18ccc966d7e40a73165 (patch) | |
tree | 2aaa66309f7350f26cd3af4727e8426048597d59 | |
parent | 10ec3b1f851897c2cce89356b4404c18f9f11a2f (diff) | |
download | gn-auth-f516712a3313ffaa5418f18ccc966d7e40a73165.tar.gz |
Update base template.
-rw-r--r-- | gn_auth/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn_auth/templates/base.html b/gn_auth/templates/base.html index d952cb3..20e3644 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>Genenetwork 3: {%block title%}{%endblock%}</title> + <title>gn-auth: {%block title%}{%endblock%}</title> <link rel="stylesheet" type="text/css" href="https://genenetwork.org/static/new/css/bootstrap-custom.css" /> |