From d8f8d84b5ff96f3e060c6a01351bb0a5a9aad7a8 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Tue, 24 Sep 2024 16:40:03 -0500 Subject: Respond to UI actions even for unimplemented links. --- uploader/templates/base.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'uploader/templates') diff --git a/uploader/templates/base.html b/uploader/templates/base.html index e3d3e11..b297669 100644 --- a/uploader/templates/base.html +++ b/uploader/templates/base.html @@ -69,18 +69,22 @@ -->
  • Phenotype Data
  • Expression Data
  • Individual Data
  • RNA-Seq Data
  • Background Jobs
  • @@ -121,6 +125,7 @@ filename='jquery.min.js')}}"> + {%block javascript%}{%endblock%} -- cgit v1.2.3