about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-03-26 11:21:23 +0300
committerFrederick Muriuki Muriithi2024-03-26 11:21:23 +0300
commite21b61b990e9137259a0dbb83b37d7a6cf753565 (patch)
treea9ed8c6bc2243ae1694cb81cff8e36095c06d149
parent79df53abade6c2d2cbc91da9f5078cc527fb8c0f (diff)
downloadgn-auth-e21b61b990e9137259a0dbb83b37d7a6cf753565.tar.gz
Rename to gn-auth
-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 20e3644..6238a39 100644
--- a/gn_auth/templates/base.html
+++ b/gn_auth/templates/base.html
@@ -15,7 +15,7 @@
   </head>
 
   <body>
-    <h1>Genenetwork3: {%block pagetitle%}{%endblock%}</h1>
+    <h1>gn-auth: {%block pagetitle%}{%endblock%}</h1>
 
     <div class="container">
       {%block content%}{%endblock%}