about summary refs log tree commit diff
path: root/gn_auth/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'gn_auth/templates/base.html')
-rw-r--r--gn_auth/templates/base.html4
1 files changed, 2 insertions, 2 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>