about summary refs log tree commit diff
path: root/uploader/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'uploader/templates/base.html')
-rw-r--r--uploader/templates/base.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/uploader/templates/base.html b/uploader/templates/base.html
index fd345b9..ae4ecef 100644
--- a/uploader/templates/base.html
+++ b/uploader/templates/base.html
@@ -32,9 +32,8 @@
       <nav id="header-nav">
         <ul class="nav">
           {%if user_logged_in()%}
-          {%if view_under_construction%}
           <li>
-            <a href="#"
+            <a href="{{url_for('background-jobs.list_jobs')}}"
                title="User's background jobs.">
               <!-- https://icons.getbootstrap.com/icons/back/ -->
               <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-back" viewBox="0 0 16 16">
@@ -43,7 +42,6 @@
               Background jobs
             </a>
           </li>
-          {%endif%}
 
           <li>
             <a href="{{url_for('oauth2.logout')}}"