about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--uploader/templates/base.html3
-rw-r--r--uploader/templates/genotypes/list-genotypes.html2
2 files changed, 3 insertions, 2 deletions
diff --git a/uploader/templates/base.html b/uploader/templates/base.html
index 019aa39..3a8ef16 100644
--- a/uploader/templates/base.html
+++ b/uploader/templates/base.html
@@ -72,7 +72,8 @@
              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.">Expression Data</a></li>
+             title="Upload expression data."
+             class="not-implemented">Expression Data</a></li>
         <li {%if activemenu=="individuals"%}class="activemenu"{%endif%}>
           <a href="#"
              class="not-implemented"
diff --git a/uploader/templates/genotypes/list-genotypes.html b/uploader/templates/genotypes/list-genotypes.html
index e4c39eb..2dc0d51 100644
--- a/uploader/templates/genotypes/list-genotypes.html
+++ b/uploader/templates/genotypes/list-genotypes.html
@@ -70,7 +70,7 @@
   {%if genocode | length < 1%}
   <a href="#add-genotype-encoding"
      title="Add a genotype encoding system for this population"
-     class="btn btn-primary">
+     class="btn btn-primary not-implemented">
     add genotype encoding
     </a>
   {%endif%}