about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--gn_auth/templates/base.html2
-rw-r--r--gn_auth/templates/oauth2/authorise-user.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/gn_auth/templates/base.html b/gn_auth/templates/base.html
index bdd5347..c90ac9b 100644
--- a/gn_auth/templates/base.html
+++ b/gn_auth/templates/base.html
@@ -39,7 +39,7 @@
                style="font-weight: bold;">GeneNetwork</a>
           </li>
           <li>
-            <a href="#">Authorization: {%block pagetitle%}{%endblock%}</a>
+            <a href="#">{%block pagetitle%}{%endblock%}</a>
           </li>
         </ul>
       </div>
diff --git a/gn_auth/templates/oauth2/authorise-user.html b/gn_auth/templates/oauth2/authorise-user.html
index bd68f03..d93441d 100644
--- a/gn_auth/templates/oauth2/authorise-user.html
+++ b/gn_auth/templates/oauth2/authorise-user.html
@@ -2,7 +2,7 @@
 
 {%block title%}Authorise User{%endblock%}
 
-{%block pagetitle%}Sign In{%endblock%}
+{%block pagetitle%}{%endblock%}
 
 {%block content%}
 {{flash_messages()}}