aboutsummaryrefslogtreecommitdiff
path: root/uploader
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-02-03 16:05:54 -0600
committerFrederick Muriuki Muriithi2025-02-03 16:05:54 -0600
commit2df07846e19b6f7eff5c4053454a4e780413b059 (patch)
tree7a758e080f026f58bb505fa8a9be9f18dde3a750 /uploader
parenta37638925e13b35e04a83081418beedbc32053b1 (diff)
downloadgn-uploader-2df07846e19b6f7eff5c4053454a4e780413b059.tar.gz
Comment-out unimplemented features.
Diffstat (limited to 'uploader')
-rw-r--r--uploader/templates/base.html2
-rw-r--r--uploader/templates/index.html3
2 files changed, 5 insertions, 0 deletions
diff --git a/uploader/templates/base.html b/uploader/templates/base.html
index 9cd4cee..2229b3d 100644
--- a/uploader/templates/base.html
+++ b/uploader/templates/base.html
@@ -71,6 +71,7 @@
<li {%if activemenu=="phenotypes"%}class="activemenu"{%endif%}>
<a href="{{url_for('species.populations.phenotypes.index')}}"
title="Upload phenotype data.">Phenotype Data</a></li>
+ <!--
<li {%if activemenu=="expression-data"%}class="activemenu"{%endif%}>
<a href="{{url_for('species.populations.expression-data.index')}}"
title="Upload expression data."
@@ -88,6 +89,7 @@
class="not-implemented"
title="View and manage the backgroud jobs you have running">
Background Jobs</a></li>
+ -->
</ul>
</aside>
diff --git a/uploader/templates/index.html b/uploader/templates/index.html
index d6f57eb..e954a1c 100644
--- a/uploader/templates/index.html
+++ b/uploader/templates/index.html
@@ -71,6 +71,8 @@
samples/individuals before attempting an upload of your data.</p>
<h2>Expression Data</h2>
+ <!--
+
<p class="text-danger">
<span class="glyphicon glyphicon-exclamation-sign"></span>
@@ -94,6 +96,7 @@
<span class="glyphicon glyphicon-exclamation-sign"></span>
<strong>TODO</strong>: Document this &hellip;</p>
</div>
+ -->
</div>
{%endblock%}