aboutsummaryrefslogtreecommitdiff
path: root/uploader/templates/phenotypes
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-12-17 12:51:23 -0600
committerFrederick Muriuki Muriithi2024-12-17 12:51:49 -0600
commite8fd56734dc582355bd807cfc34b872c10c794c1 (patch)
tree4a9b0f201fc6e92188db5e12504f0543ab8a3341 /uploader/templates/phenotypes
parentff5cbfa7a12fe1d8971ec7c2d1be312a7310b4fe (diff)
downloadgn-uploader-e8fd56734dc582355bd807cfc34b872c10c794c1.tar.gz
Move common sidebar content
Diffstat (limited to 'uploader/templates/phenotypes')
-rw-r--r--uploader/templates/phenotypes/add-phenotypes-base.html4
-rw-r--r--uploader/templates/phenotypes/add-phenotypes-with-rqtl2-bundle.html4
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%}