diff options
-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 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%} |