diff options
author | Frederick Muriuki Muriithi | 2025-01-23 16:27:01 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-01-23 16:27:01 -0600 |
commit | c28e30826fc02d036359a975ae5735918d4b69f7 (patch) | |
tree | 0d930e2f1b95608a17a926302cf9d3b7c310514a /uploader/templates | |
parent | a35956df5be4af6125096eb60c2f7a7e2e26c1af (diff) | |
download | gn-uploader-c28e30826fc02d036359a975ae5735918d4b69f7.tar.gz |
Diffstat (limited to 'uploader/templates')
-rw-r--r-- | uploader/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uploader/templates/base.html b/uploader/templates/base.html index 3a8ef16..c124b13 100644 --- a/uploader/templates/base.html +++ b/uploader/templates/base.html @@ -93,7 +93,7 @@ <main id="main" class="main container-fluid"> <div class="pagetitle row"> - <h1>GN Uploader: {%block pagetitle%}{%endblock%}</h1> + <span class="title">GN Uploader: {%block pagetitle%}{%endblock%}</span> <nav> <ol class="breadcrumb"> <li {%if activelink is not defined or activelink=="home"%} |