diff options
author | Frederick Muriuki Muriithi | 2024-09-23 16:35:18 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-09-23 16:35:40 -0500 |
commit | 500e743b7de841be6286735a19e2f9793ebfaa24 (patch) | |
tree | b743284dbecba168c6f5de705be30294c9b4ab2a /uploader/templates | |
parent | 480ee0b657b762f1dd0b1164f98ab13bc9a11f56 (diff) | |
download | gn-uploader-500e743b7de841be6286735a19e2f9793ebfaa24.tar.gz |
Fix minor UI bug.
Diffstat (limited to 'uploader/templates')
-rw-r--r-- | uploader/templates/index.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/uploader/templates/index.html b/uploader/templates/index.html index 48848a3..d6f57eb 100644 --- a/uploader/templates/index.html +++ b/uploader/templates/index.html @@ -5,12 +5,6 @@ {%block pagetitle%}Home{%endblock%} -{%block breadcrumb%} -<li class="breadcrumb-item active"> - <a href="{{url_for('base.index')}}">Home</a> -</li> -{%endblock%} - {%block contents%} <div class="row"> |