about summary refs log tree commit diff
path: root/uploader/templates/base.html
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-02-04 11:30:10 -0600
committerFrederick Muriuki Muriithi2025-02-04 11:30:10 -0600
commitd8b58c3bf6fb98fa1e8842a5e59c290e11e8b3c3 (patch)
tree43b71486f9c954bf72f140671a8f0f563ad36df4 /uploader/templates/base.html
parentf79c9703826eb5892e8156af89d6e27e3611e70e (diff)
downloadgn-uploader-d8b58c3bf6fb98fa1e8842a5e59c290e11e8b3c3.tar.gz
Temporarily deactivate breadcrumbs navigation.
Diffstat (limited to 'uploader/templates/base.html')
-rw-r--r--uploader/templates/base.html28
1 files changed, 15 insertions, 13 deletions
diff --git a/uploader/templates/base.html b/uploader/templates/base.html
index 49d00f6..90652bf 100644
--- a/uploader/templates/base.html
+++ b/uploader/templates/base.html
@@ -96,19 +96,21 @@
     <main id="main" class="main">
 
       <div id="pagetitle" class="pagetitle">
-        <span class="title">GN Uploader: {%block pagetitle%}{%endblock%}</span>
-        <nav>
-          <ol class="breadcrumb">
-            <li {%if activelink is not defined or activelink=="home"%}
-                class="breadcrumb-item active"
-                {%else%}
-                class="breadcrumb-item"
-                {%endif%}>
-              <a href="{{url_for('base.index')}}">Home</a>
-            </li>
-            {%block lvl1_breadcrumbs%}{%endblock%}
-          </ol>
-        </nav>
+        <span class="title">Data Upload and Quality Control: {%block pagetitle%}{%endblock%}</span>
+        <!--
+            <nav>
+              <ol class="breadcrumb">
+                <li {%if activelink is not defined or activelink=="home"%}
+                    class="breadcrumb-item active"
+                    {%else%}
+                    class="breadcrumb-item"
+                    {%endif%}>
+                  <a href="{{url_for('base.index')}}">Home</a>
+                </li>
+                {%block lvl1_breadcrumbs%}{%endblock%}
+              </ol>
+            </nav>
+            -->
       </div>
 
       <div id="all-content">