about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--gn_auth/templates/base.html2
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" />