diff options
author | Frederick Muriuki Muriithi | 2025-02-03 15:23:14 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-02-03 15:23:14 -0600 |
commit | 32968f5607ecfea7e9e8fd2b296bab3650b4ad61 (patch) | |
tree | 5de070ff8b5864c02b78d48760b3f68a9000fdd6 /gn_auth/templates/base.html | |
parent | eec8128605d66b7cb83758fdcb0118241106fb8c (diff) | |
download | gn-auth-32968f5607ecfea7e9e8fd2b296bab3650b4ad61.tar.gz |
Remove pagetitle values.
Diffstat (limited to 'gn_auth/templates/base.html')
-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 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> |