diff options
author | Frederick Muriuki Muriithi | 2024-12-17 12:51:23 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-12-17 12:51:49 -0600 |
commit | e8fd56734dc582355bd807cfc34b872c10c794c1 (patch) | |
tree | 4a9b0f201fc6e92188db5e12504f0543ab8a3341 /uploader/templates/phenotypes | |
parent | ff5cbfa7a12fe1d8971ec7c2d1be312a7310b4fe (diff) | |
download | gn-uploader-e8fd56734dc582355bd807cfc34b872c10c794c1.tar.gz |
Move common sidebar content
Diffstat (limited to 'uploader/templates/phenotypes')
-rw-r--r-- | uploader/templates/phenotypes/add-phenotypes-base.html | 4 | ||||
-rw-r--r-- | uploader/templates/phenotypes/add-phenotypes-with-rqtl2-bundle.html | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/uploader/templates/phenotypes/add-phenotypes-base.html b/uploader/templates/phenotypes/add-phenotypes-base.html index 79d1f05..b6e0364 100644 --- a/uploader/templates/phenotypes/add-phenotypes-base.html +++ b/uploader/templates/phenotypes/add-phenotypes-base.html @@ -161,10 +161,6 @@ {%endblock%} -{%block sidebarcontents%} -{{display_pheno_dataset_card(species, population, dataset)}} -{%endblock%} - {%block javascript%} <script type="text/javascript"> diff --git a/uploader/templates/phenotypes/add-phenotypes-with-rqtl2-bundle.html b/uploader/templates/phenotypes/add-phenotypes-with-rqtl2-bundle.html index 8f67baa..898fc0c 100644 --- a/uploader/templates/phenotypes/add-phenotypes-with-rqtl2-bundle.html +++ b/uploader/templates/phenotypes/add-phenotypes-with-rqtl2-bundle.html @@ -201,3 +201,7 @@ <em>phenotypes × individuals</em>.</p> </div> {%endblock%} + +{%block sidebarcontents%} +{{display_pheno_dataset_card(species, population, dataset)}} +{%endblock%} |