aboutsummaryrefslogtreecommitdiff
path: root/gn_auth/templates/base.html
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-02-03 15:23:14 -0600
committerFrederick Muriuki Muriithi2025-02-03 15:23:14 -0600
commit32968f5607ecfea7e9e8fd2b296bab3650b4ad61 (patch)
tree5de070ff8b5864c02b78d48760b3f68a9000fdd6 /gn_auth/templates/base.html
parenteec8128605d66b7cb83758fdcb0118241106fb8c (diff)
downloadgn-auth-32968f5607ecfea7e9e8fd2b296bab3650b4ad61.tar.gz
Remove pagetitle values.
Diffstat (limited to 'gn_auth/templates/base.html')
-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 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>